aports/main/perl-getopt-long/APKBUILD
Celeste ae5ccaa8a0 main/perl-getopt-long: upgrade to 2.58
also, upgrade to apkbuild-cpan template 4
2024-06-12 06:18:14 +00:00

40 lines
1.1 KiB
Text

# Automatically generated by apkbuild-cpan, template 4
# Contributor: Leonardo Arena <rnalrd@alpinelinux.org>
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=perl-getopt-long
pkgver=2.58
pkgrel=0
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
_pkgreal=Getopt-Long
pkgdesc="Module to handle parsing command line options"
url="https://metacpan.org/release/Getopt-Long/"
arch="noarch"
license="GPL-1.0-or-later OR Artistic-1.0-Perl"
depends="perl"
source="https://cpan.metacpan.org/authors/id/J/JV/JV/Getopt-Long-$pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-$pkgver"
build() {
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
PERL_MM_USE_DEFAULT=1 perl -I. Makefile.PL \
INSTALLDIRS=vendor \
NO_PACKLIST=1 \
NO_PERLLOCAL=1
make
}
check() {
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
make test
}
package() {
make DESTDIR="$pkgdir" install
# man pages are already provided by perl-doc
rm -rf "$pkgdir"/usr/share/man
}
sha512sums="
c673b82a819533310d5697be7e0b009ed39fd02873d17b3f0e1eebab790c58faf5e0a6b1d79bf274e3ee9d35d43b355988dccae56ec9fcbc6822bcae7d7e2ef6 Getopt-Long-2.58.tar.gz
"