Fix dependencies and add license

This commit is contained in:
2025-05-11 15:27:13 +03:00
parent ee23833a56
commit ef4cb15bc2
3 changed files with 17 additions and 2 deletions
+3
View File
@@ -33,4 +33,7 @@ check() {
package() {
cd build
DESTDIR="$BPM_OUTPUT" ninja install
# Install package license
install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/libpsl/COPYING
}