Fix dependencies and add license

This commit is contained in:
2025-05-11 17:13:16 +03:00
parent 5e442ff187
commit 088008e51a
3 changed files with 13 additions and 0 deletions
+3
View File
@@ -36,4 +36,7 @@ check() {
# This function is used to move the compiled files into the output directory
package() {
make DESTDIR="$BPM_OUTPUT" install-full
# Install package license
install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/lynx/COPYING
}