From 2cc203cfb9bbd48ed7919116718a183e5a164637 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 26 Jun 2018 06:06:13 -0500 Subject: system/perl-test-without-module: pull in for perl-json-maybexs --- system/perl-test-without-module/APKBUILD | 33 ++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 system/perl-test-without-module/APKBUILD diff --git a/system/perl-test-without-module/APKBUILD b/system/perl-test-without-module/APKBUILD new file mode 100644 index 000000000..48eb1162f --- /dev/null +++ b/system/perl-test-without-module/APKBUILD @@ -0,0 +1,33 @@ +# Contributor: Leonardo Arena +# Maintainer: Adélie Perl Team +pkgname=perl-test-without-module +_pkgreal=Test-Without-Module +pkgver=0.20 +pkgrel=0 +pkgdesc="Test fallback behaviour in absence of Perl modules" +url="https://metacpan.org/pod/Test::Without::Module" +arch="noarch" +license="GPL-2.0-only OR Artistic-1.0-Perl" +makedepends="perl-dev" +subpackages="$pkgname-doc" +source="http://search.cpan.org/CPAN/authors/id/C/CO/CORION/Test-Without-Module-$pkgver.tar.gz" +builddir="$srcdir"/$_pkgreal-$pkgver + +build() { + cd "$builddir" + PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor + make +} + +check() { + cd "$builddir" + make test +} + +package() { + cd "$builddir" + make DESTDIR="$pkgdir" install + find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete +} + +sha512sums="e92353cee46e712ddc6515c5872a61a84eb4186f9ce736bbf0fcca2979bfa7143588c05e683d31fc22cbaaa792ce8364768310f9de621e881cc207b80cf14d87 Test-Without-Module-0.20.tar.gz" -- cgit v1.2.3-60-g2f50