From 4fa677099f45af2670d6ef8c6b93888ed66b2cc0 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Mon, 9 Sep 2024 11:12:49 +0000 Subject: [PATCH] Converted metadata to yaml --- pkg.info | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg.info b/pkg.info index 4193194..3b3b659 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,10 @@ name: gettext description: GNU internationalization library version: 0.22.4 +revision: 2 url: https://www.gnu.org/software/gettext/ license: GFDL1.2-only,GPL2-only,GPL2-or-later,LGPL2-only architecture: any +depends: ["acl","bash","gcc","glibc"] +make_depends: ["bash","binutils","coreutils","gawk","gcc","glibc","grep","make","ncurses","sed","texinfo"] type: source