Add license

This commit is contained in:
2025-05-11 15:35:42 +03:00
parent 153117d2ec
commit 4e28be6f01
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -30,4 +30,7 @@ check() {
package() {
make DESTDIR="$BPM_OUTPUT" install
make -C doc/reference DESTDIR="$BPM_OUTPUT" install-data-local
# Install package license
install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/libtasn1/COPYING
}