20 lines
644 B
Bash
20 lines
644 B
Bash
# Template file for 'perl-Math-BigInt-GMP'
|
|
pkgname=perl-Math-BigInt-GMP
|
|
version=1.6006
|
|
revision=1
|
|
wrksrc="Math-BigInt-GMP-${version}"
|
|
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="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="https://metacpan.org/release/Math-BigInt-GMP"
|
|
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
|
distfiles="${CPAN_SITE}/Math/Math-BigInt-GMP-${version}.tar.gz"
|
|
checksum=0ec210b5dfb60b74a1923c03a8d5cd2cca287e5ea80380c4ba60b0270b1caf81
|
|
|
|
post_extract() {
|
|
sed -i /check_lib_or/d Makefile.PL
|
|
}
|