Fix dependencies and add license

This commit is contained in:
2025-05-12 17:03:21 +03:00
parent eb0d0413af
commit 9849b9d8d8
2 changed files with 6 additions and 3 deletions
+3
View File
@@ -30,4 +30,7 @@ check() {
package() {
make DESTDIR="$BPM_OUTPUT" install
make -C doc install-html docdir=/usr/share/doc/tar DESTDIR="$BPM_OUTPUT"
# Install package license
install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/tar/COPYING
}