From 794b613563e97309579216e010a600b16627ab30 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Mon, 9 Sep 2024 11:22:36 +0000 Subject: [PATCH] Converted metadata to yaml --- pkg.info | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg.info b/pkg.info index a852c43..edfef85 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,10 @@ name: libxcrypt description: One-way password hashing library version: 4.4.36 +revision: 2 url: https://github.com/besser82/libxcrypt/ license: LGPL architecture: any +depends: ["glibc"] +make_depends: ["bash","binutils","coreutils","diffutils","gawk","gcc","glibc","grep","make","perl","sed"] type: source