From 96add3e59707091007ee404d87d06498459f26d5 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Mon, 9 Sep 2024 11:25:14 +0000 Subject: [PATCH] Converted metadata to yaml --- pkg.info | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg.info b/pkg.info index 1518757..c64a703 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,10 @@ name: mpfr description: Multiple-precision floating-point library version: 4.2.1 +revision: 2 url: https://ftp.gnu.org/gnu/mpfr/mpfr-4.2.1.tar.xz license: GPL3-or-later,LGPL3-or-later architecture: any +depends: ["glibc","gmp"] +make_depends: ["bash","binutils","coreutils","diffutils","gawk","gcc","glibc","grep","gmp","make","sed","texinfo"] type: source