From f0d366d90d7478aa9846329f02af6ae197fb5b9d Mon Sep 17 00:00:00 2001 From: EnumDev Date: Mon, 9 Sep 2024 11:33:11 +0000 Subject: [PATCH] Converted metadata to yaml --- pkg.info | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg.info b/pkg.info index a209782..afdbaa4 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,10 @@ name: xz-utils description: A complete C99 implementation of the .xz file format version: 5.4.6 +revision: 2 url: https://tukaani.org/xz/ license: GPL,LGPL architecture: any +depends: ["glibc"] +make_depends: ["bash","binutils","coreutils","diffutils","gcc","glibc","make"] type: source