From f4d7d70c4dea05e932ef4afc5fac39943b168a6d Mon Sep 17 00:00:00 2001 From: EnumDev Date: Mon, 9 Sep 2024 11:12:42 +0000 Subject: [PATCH] Converted metadata to yaml --- pkg.info | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg.info b/pkg.info index 2634c3d..ec52755 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,10 @@ name: gdbm description: GNU database library version: 1.23 +revision: 2 url: https://www.gnu.org/software/gdbm/ license: GPL3 architecture: any +depends: ["bash","glibc","readline"] +make_depends: ["bash","binutils","coreutils","diffutils","gcc","grep","make","sed"] type: source