From 98df612c086265d242e1180858dd53c45c801b16 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Mon, 9 Sep 2024 11:09:53 +0000 Subject: [PATCH] Converted metadata to yaml --- pkg.info | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg.info b/pkg.info index 40e7123..9f0f760 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,10 @@ name: expat description: XML parsing library version: 2.6.2 +revision: 2 url: https://libexpat.github.io/ license: MIT architecture: any +depends: ["glibc"] +make_depends: ["bash","binutils","coreutils","gawk","gcc","glibc","grep","make","sed"] type: source