Add license

This commit is contained in:
2025-05-12 20:01:18 +03:00
parent 1624398c94
commit ba731823ed
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -23,4 +23,7 @@ build() {
# This function is used to move the compiled files into the output directory
package() {
make DESTDIR="$BPM_OUTPUT" install
# Install package license
install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/which/COPYING
}