mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/perl-xs-parse-keyword: upgrade to 0.40
also, upgrade to apkbuild-cpan template 4
This commit is contained in:
parent
b0e400745a
commit
96c734318c
@ -1,11 +1,11 @@
|
||||
# Automatically generated by apkbuild-cpan, template 3
|
||||
# Automatically generated by apkbuild-cpan, template 4
|
||||
# Contributor: Milan P. Stanić <mps@arvanta.net>
|
||||
# Maintainer: Milan P. Stanić <mps@arvanta.net>
|
||||
pkgname=perl-xs-parse-keyword
|
||||
pkgver=0.40
|
||||
pkgrel=0
|
||||
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
|
||||
_pkgreal=XS-Parse-Keyword
|
||||
pkgver=0.39
|
||||
pkgrel=0
|
||||
pkgdesc="XS functions to assist in parsing keyword syntax"
|
||||
url="https://metacpan.org/release/XS-Parse-Keyword/"
|
||||
arch="all"
|
||||
@ -19,7 +19,9 @@ builddir="$srcdir/$_pkgreal-$pkgver"
|
||||
|
||||
build() {
|
||||
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
|
||||
perl Build.PL --installdirs=vendor
|
||||
perl Build.PL \
|
||||
--installdirs=vendor \
|
||||
--create_packlist=0
|
||||
./Build
|
||||
}
|
||||
|
||||
@ -29,9 +31,8 @@ check() {
|
||||
|
||||
package() {
|
||||
./Build install --destdir="$pkgdir"
|
||||
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
41ac31707b473d729a7e63d4607caa77fca9da00580b931576361416d78002f56acd04a0fee0c4dd09ffc1796a914f6ae934bdbce8fcc4c9222064c6e419b7ce XS-Parse-Keyword-0.39.tar.gz
|
||||
3f0b7be0a9efbd61bc0d8ae0871c217a434ba4e4f504c6b3b42e2cc7d320751b6e4433ee947f1ab1432ce6a0a35d5f010f59abaa07c9cd6b3a678792a3a6e945 XS-Parse-Keyword-0.40.tar.gz
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user