From 61742de9d33ff638327da4ab38f690b16df6c41b Mon Sep 17 00:00:00 2001 From: EnumDev Date: Mon, 9 Sep 2024 11:13:47 +0000 Subject: [PATCH] Converted metadata to yaml --- pkg.info | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg.info b/pkg.info index aa10ba4..2adf89d 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,10 @@ name: groff description: GNU troff text-formatting system version: 1.23.0 +revision: 2 url: https://www.gnu.org/software/groff/ license: GPL3-or-later architecture: any +depends: ["gcc","glibc","perl"] +make_depends: ["bash","binutils","bison","coreutils","gawk","gcc","glibc","grep","make","patch","sed","texinfo"] type: source