From 6173de527558c17e76401d5701a61f3155831b1e Mon Sep 17 00:00:00 2001 From: EnumDev Date: Mon, 9 Sep 2024 11:28:23 +0000 Subject: [PATCH] Converted metadata to yaml --- pkg.info | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg.info b/pkg.info index cf026a8..0e0203a 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,10 @@ name: readline description: GNU readline library version: 8.2 +revision: 2 url: https://tiswww.case.edu/php/chet/readline/rltop.html license: GPL3-only architecture: any +depends: ["glibc","ncurses"] +make_depends: ["bash","binutils","coreutils","gawk","gcc","glibc","grep","make","ncurses","patch","sed","texinfo"] type: source