From f3570a8ffd9f442292854430734c84c5664309cb Mon Sep 17 00:00:00 2001 From: EnumDev Date: Mon, 9 Sep 2024 11:18:16 +0000 Subject: [PATCH] Converted metadata to yaml --- pkg.info | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg.info b/pkg.info index c6b4b35..0382229 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,10 @@ name: libelf description: ELF handling library version: 0.190 +revision: 2 url: https://sourceware.org/elfutils/ license: GPL2-or-later or LGPL3-or-later architecture: any +depends: ["bzip2","glibc","xz-utils","zlib","zstd"] +make_depends: ["bash","binutils","bzip2","coreutils","gcc","glibc","make","xz-utils","zlib","zstd"] type: source