From 24f2e71eb91f88cf34d0a782684c6f9091c531ef Mon Sep 17 00:00:00 2001 From: EnumDev Date: Mon, 9 Sep 2024 10:46:34 +0000 Subject: [PATCH] Converted metadata to yaml --- pkg.info | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg.info b/pkg.info index 4a76343..a928200 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,10 @@ name: check description: C unit testing framework version: 0.15.2 +revision: 2 url: https://libcheck.github.io/check license: LGPL architecture: any +depends: ["bash","gawk"] +make_depends: ["gawk","gcc","grep","make","sed","texinfo"] type: source