mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-12 18:59:50 +03:00
main/perl-test-deep: upgrade to 1.205
https://metacpan.org/release/RJBS/Test-Deep-1.205/source/Changes also, recreate with apkbuild-cpan template 4
This commit is contained in:
parent
d3a114d946
commit
e01e18f25d
1 changed files with 16 additions and 10 deletions
|
@ -1,31 +1,37 @@
|
||||||
|
# Automatically generated by apkbuild-cpan, template 4
|
||||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||||
pkgname=perl-test-deep
|
pkgname=perl-test-deep
|
||||||
pkgver=1.204
|
pkgver=1.205
|
||||||
pkgrel=2
|
pkgrel=0
|
||||||
pkgdesc="Test::Deep perl module"
|
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
|
||||||
|
_pkgreal=Test-Deep
|
||||||
|
pkgdesc="Extremely flexible deep comparison"
|
||||||
url="https://metacpan.org/release/Test-Deep/"
|
url="https://metacpan.org/release/Test-Deep/"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
license="Artistic-1.0-Perl OR GPL-1.0-or-later"
|
license="GPL-1.0-or-later OR Artistic-1.0-Perl"
|
||||||
depends="perl perl-test-simple perl-test-nowarnings"
|
depends="perl"
|
||||||
subpackages="$pkgname-doc"
|
subpackages="$pkgname-doc"
|
||||||
source="https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Test-Deep-$pkgver.tar.gz"
|
source="https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Test-Deep-$pkgver.tar.gz"
|
||||||
|
builddir="$srcdir/$_pkgreal-$pkgver"
|
||||||
builddir="$srcdir"/Test-Deep-$pkgver
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
|
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
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
check() {
|
check() {
|
||||||
|
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
|
||||||
make test
|
make test
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
make DESTDIR="$pkgdir" install
|
make DESTDIR="$pkgdir" install
|
||||||
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
|
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
1a11b221810b7b23a6d3f71546e264ea3636fa36c73def760f756da69e6937ca3e1c1123505b80241360459d09fc4b9ab614d1c6826593695f6577f60595a8ae Test-Deep-1.204.tar.gz
|
ffdbad8361841e02bad99cad2e767b13bc5b94c11a85a2e10dc924b1268fa951931af22e7005009f3c9064090645f958eb9ccc098d16ecb00d1337a3a26c8d35 Test-Deep-1.205.tar.gz
|
||||||
"
|
"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue