20 lines
669 B
Bash
20 lines
669 B
Bash
# Template file for 'perl-Math-Int128'
|
|
pkgname=perl-Math-Int128
|
|
version=0.22
|
|
revision=3
|
|
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
|