Fix dependencies and add license

This commit is contained in:
2025-05-10 16:16:09 +03:00
parent 5fdc287a9d
commit d2f9db70a8
2 changed files with 5 additions and 3 deletions
+2 -3
View File
@@ -1,10 +1,9 @@
name: findutils
description: File locating utilities
version: 4.9.0
revision: 2
revision: 3
url: https://www.gnu.org/software/findutils/
license: GPL3-or-later
architecture: any
depends: ["bash","glibc"]
make_depends: ["bash","binutils","coreutils","gcc","gettext","glibc","grep","make","sed","texinfo"]
depends: ["glibc"]
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/findutils/COPYING
}