Fix dependencies and add license

This commit is contained in:
2025-05-11 11:18:45 +03:00
parent f689337ee8
commit aeb34655aa
2 changed files with 4 additions and 2 deletions
+1 -2
View File
@@ -1,10 +1,9 @@
name: gperf
description: GNU perfect hash function generator
version: 3.1
revision: 2
revision: 3
url: https://www.gnu.org/software/gperf/
license: GPL3-or-later
architecture: any
depends: ["gcc","glibc"]
make_depends: ["bash","binutils","coreutils","gcc","glibc","make"]
type: source
+3
View File
@@ -29,4 +29,7 @@ check() {
# 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/gperf/COPYING
}