From 5057d7fe10626c3408f3473160c602d3c0f61788 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Mon, 9 Sep 2024 11:12:34 +0000 Subject: [PATCH] Converted metadata to yaml --- pkg.info | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg.info b/pkg.info index 9b18c5f..32c77f2 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,10 @@ name: gcc description: The GNU C Compiler version: 13.2.0 +revision: 2 url: https://gcc.gnu.org/ license: GPL3-with-GCC-exception architecture: any +depends: ["bash","binutils","glibc","mpc","python3"] +make_depends: ["bash","binutils","coreutils","diffutils","findutils","gawk","gcc","gettext","glibc","gmp","grep","libxcrypt","m4","make","mpc","mpfr","patch","perl","sed","tar","texinfo","zstd"] type: source