From c95bb2ec9ca97e23918f60d162c684c0d3dff342 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Mon, 9 Sep 2024 10:57:25 +0000 Subject: [PATCH] Converted metadata to yaml --- pkg.info | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg.info b/pkg.info index a2f9a0c..b2db38a 100644 --- a/pkg.info +++ b/pkg.info @@ -4,4 +4,6 @@ version: 3.10 url: https://www.linuxfromscratch.org/lfs/view/stable-systemd/chapter06/diffutils.html license: GPL3 architecture: any +depends: ["glibc"] +make_depends: ["bash","binutils","coreutils","gawk","gcc","gettext","glibc","grep","make","sed","texinfo"] type: source