From 96f574a1fe9952a62587aa1c748fe22c4df45abd Mon Sep 17 00:00:00 2001 From: EnumDev Date: Mon, 9 Sep 2024 11:25:22 +0000 Subject: [PATCH] Converted metadata to yaml --- pkg.info | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg.info b/pkg.info index 111d8e3..da0bcbb 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,10 @@ name: ncurses description: System V Release 4.0 curses emulation library version: 6.4-20230520 +revision: 2 url: https://invisible-island.net/ncurses/ncurses.html license: MIT-open-group architecture: any +depends: ["glibc"] +make_depends: ["bash","binutils","coreutils","diffutils","gawk","gcc","glibc","grep","make","patch","sed"] type: source