From 0d161d941610b70c39b7353c913bca8f19c0d6b9 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Mon, 9 Sep 2024 11:22:18 +0000 Subject: [PATCH] Converted metadata to yaml --- pkg.info | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg.info b/pkg.info index d7c813d..830f989 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,10 @@ name: libpipeline description: C library for manipulating pipelines of subprocesses in a flexible and convenient way version: 1.5.7 +revision: 2 url: https://libpipeline.nongnu.org/ license: GPL3-or-later architecture: any +depends: ["glibc"] +make_depends: ["bash","binutils","coreutils","diffutils","gawk","gcc","glibc","grep","make","sed","texinfo"] type: source