New package: perl-Math-Int128-0.22
This commit is contained in:
parent
2d9dcd1765
commit
2ec06f8fb1
1 changed files with 20 additions and 0 deletions
20
srcpkgs/perl-Math-Int128/template
Normal file
20
srcpkgs/perl-Math-Int128/template
Normal file
|
@ -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 <blaumolch@mailbox.org>"
|
||||||
|
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
|
Loading…
Reference in a new issue