Add license

This commit is contained in:
2025-05-11 16:25:32 +03:00
parent 18aaa563d4
commit 3b3df326e2
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -30,4 +30,7 @@ check() {
package() {
make DESTDIR="$BPM_OUTPUT" install
rm -fv "$BPM_OUTPUT"/usr/lib/libltdl.a
# Install package license
install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/libtool/COPYING
}