From 0066d9e117b96ad917a9e49796d97201924f6d6f Mon Sep 17 00:00:00 2001 From: EnumDev Date: Mon, 9 Sep 2024 10:58:56 +0000 Subject: [PATCH] Converted metadata to yaml --- pkg.info | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg.info b/pkg.info index d1bafad..63eac60 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,10 @@ name: e2fsprogs description: Filesystem utilities for use with the ext2 filesystem. Also includes support for the ext3 and ext4 filesystems version: 1.47.0 +revision: 2 url: https://e2fsprogs.sourceforge.net/ license: GPL,LGPL,MIT architecture: any +depends: ["glibc","util-linux"] +make_depends: ["bash","binutils","coreutils","diffutils","gawk","gcc","glibc","grep","gzip","make","pkgconf","sed","systemd","texinfo","util-linux"] type: source