void-packages/srcpkgs/perl-Math-BigInt-GMP/template
2025-03-12 21:34:01 +01:00

18 lines
610 B
Bash

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