From 10b139798dd54be43be7646c438d591ae9819df9 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Mon, 9 Sep 2024 11:17:20 +0000 Subject: [PATCH] Converted metadata to yaml --- .compilation-options | 1 + pkg.info | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 .compilation-options diff --git a/.compilation-options b/.compilation-options new file mode 100644 index 0000000..9c7aafe --- /dev/null +++ b/.compilation-options @@ -0,0 +1 @@ +ARCH=any diff --git a/pkg.info b/pkg.info index af2441e..13fca10 100644 --- a/pkg.info +++ b/pkg.info @@ -4,4 +4,6 @@ version: 0.51.0 url: https://freedesktop.org/wiki/Software/intltool/ license: GPL architecture: any +depends: ["autoconf","automake","bash","glibc","grep","perl","sed"] +make_depends: ["bash","gawk","glibc","make","perl","sed","perl-xml-parser"] type: source