From 2ec06f8fb1fb7324d82bec8a0ef919c9a5de16cc Mon Sep 17 00:00:00 2001 From: newbluemoon Date: Wed, 19 May 2021 16:09:28 +0200 Subject: [PATCH] New package: perl-Math-Int128-0.22 --- srcpkgs/perl-Math-Int128/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/perl-Math-Int128/template diff --git a/srcpkgs/perl-Math-Int128/template b/srcpkgs/perl-Math-Int128/template new file mode 100644 index 00000000000..eb4fb2e68fd --- /dev/null +++ b/srcpkgs/perl-Math-Int128/template @@ -0,0 +1,20 @@ +# Template file for 'perl-Math-Int128' +pkgname=perl-Math-Int128 +version=0.22 +revision=1 +wrksrc="${pkgname#perl-}-${version}" +build_style=perl-module +hostmakedepends="perl" +makedepends="perl" +depends="perl perl-Math-Int64" +checkdepends="perl-Math-Int64" +short_desc="Add support for 128 bit integers, signed and unsigned, to Perl" +maintainer="newbluemoon " +license="Artistic-1.0-Perl, GPL-1.0-or-later" +homepage="https://metacpan.org/release/Math-Int64" +distfiles="${CPAN_SITE}/Math/Math-Int128-${version}.tar.gz" +checksum=a630ca401753866955f1173848ab5b4ac4ad5ca6ad9087f11cdf91dde85119bc + +if [ "$XBPS_TARGET_WORDSIZE" == "32" ]; then + broken="not supported on 32-bit architectures" +fi