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

20 lines
672 B
Bash

# Template file for 'perl-Math-BigInt-GMP'
pkgname=perl-Math-BigInt-GMP
version=1.6005
revision=3
wrksrc="Math-BigInt-GMP-${version}"
build_style=perl-module
hostmakedepends="perl gmp-devel"
makedepends="${hostmakedepends}"
depends="${hostmakedepends}"
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=4c562ac3d41c871a65666bb111d3dcf17912364580f0db559dd4909ba5e6b828
post_extract() {
sed -i /check_lib_or/d Makefile.PL
}