Fix dependencies and add license

This commit is contained in:
2025-05-11 17:18:38 +03:00
parent 2c8e5f3537
commit 15e1b93b54
3 changed files with 21 additions and 0 deletions
+3
View File
@@ -28,4 +28,7 @@ check() {
# This function is used to move the compiled files into the output directory
package() {
make BUILD_STATIC=no PREFIX=/usr DESTDIR="$BPM_OUTPUT" install
# Install package license
install -Dm644 "$BPM_SOURCE"/LICENSE "$BPM_OUTPUT"/usr/share/licenses/lz4/LICENSE
}