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

19 lines
609 B
Bash

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