From 7e45be047302eac09a0a37695e72c42c6412681c Mon Sep 17 00:00:00 2001 From: EnumDev Date: Mon, 9 Sep 2024 10:46:42 +0000 Subject: [PATCH] Converted metadata to yaml --- pkg.info | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg.info b/pkg.info index 33286dc..d25e533 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,10 @@ name: coreutils description: The GNU core utilities version: 9.4 +revision: 2 url: https://www.gnu.org/software/coreutils/ license: GPL3-or-later architecture: any +depends: ["glibc","pam"] +make_depends: ["autoconf","automake","bash","binutils","coreutils","gcc","gettext","glibc","gmp","grep","libcap","make","openssl","patch","perl","sed","texinfo"] type: source