From 99298420d5e89f07d2342a08c1296be6dcb39f39 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Mon, 9 Sep 2024 11:30: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 303bddb..a19f9c1 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,10 @@ name: texinfo description: GNU documentation system version: 7.1 +revision: 2 url: https://www.gnu.org/software/texinfo/ license: GPL3 architecture: any +depends: ["glibc","ncurses"] +make_depends: ["bash","binutils","coreutils","gcc","gettext","glibc","grep","make","ncurses","patch","sed"] type: source