2025-04-04 16:12:32 +02:00

19 lines
610 B
Bash

# Template file for 'perl-Math-BigInt-GMP'
pkgname=perl-Math-BigInt-GMP
version=1.7003
revision=1
build_style=perl-module
hostmakedepends="perl"
makedepends="perl gmp-devel"
depends="perl"
short_desc="Math::BigInt::GMP - Use the GMP library for Math::BigInt routines"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="Artistic-1.0-Perl, GPL-1.0-or-later"
homepage="https://metacpan.org/release/Math-BigInt-GMP"
distfiles="${CPAN_SITE}/Math/Math-BigInt-GMP-${version}.tar.gz"
checksum=a165628b277d1e833f5b657ca836db81bc44e04c107cfe9f5b8bd94755642ed5
Xpost_extract() {
sed -i /check_lib_or/d Makefile.PL
}