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
+1
View File
@@ -1,6 +1,7 @@
name: libtasn1
description: The ASN.1 library used in GNUTLS
version: 4.19.0
revision: 2
url: https://www.gnu.org/software/libtasn1/
license: GFDL1.3-or-later,GPL3-or-later,LGPL2.1-or-later
architecture: any
+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
}