void-packages/srcpkgs/perl-Math-BigInt-GMP/template

19 lines
610 B
Bash

# Template file for 'perl-Math-BigInt-GMP'
pkgname=perl-Math-BigInt-GMP
version=1.7001
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=417581fdce63892e24f08279cdd6b065cb60c41d5acfa22dd2ad93b6d3e87071
Xpost_extract() {
sed -i /check_lib_or/d Makefile.PL
}