From 5fdc287a9ddc4ad30320098fdd4e2a5ffe179b53 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Mon, 9 Sep 2024 11:21:02 +0000 Subject: [PATCH] Converted metadata to yaml --- pkg.info | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg.info b/pkg.info index fa82702..7014f82 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,10 @@ name: findutils description: File locating utilities version: 4.9.0 +revision: 2 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"] type: source