Add license

This commit is contained in:
2025-05-09 21:58:55 +03:00
parent 24f2e71eb9
commit a4696b5ca1
3 changed files with 16 additions and 1 deletions
+3
View File
@@ -29,4 +29,7 @@ check() {
# This function is used to move the compiled files into the output directory
package() {
make docdir=/usr/share/doc/check DESTDIR="$BPM_OUTPUT" install
# Install package license
install -Dm644 "$BPM_SOURCE"/COPYING.LESSER "$BPM_OUTPUT"/usr/share/licenses/check/COPYING.LESSER
}