From 03a4272e2fbbc9fc515036dc8029398a675fd625 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Mon, 9 Sep 2024 11:28:50 +0000 Subject: [PATCH] Converted metadata to yaml --- pkg.info | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg.info b/pkg.info index cf0c780..f3c216e 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,10 @@ name: sed description: GNU stream editor version: 4.9 +revision: 2 url: https://www.gnu.org/software/sed/ license: GPL3 architecture: any +depends: ["acl","attr","glibc"] +make_depends: ["bash","binutils","coreutils","gcc","gettext","glibc","grep","make","sed","texinfo"] type: source