From ae2a3af84f47dc250e1e4862c2a16330228027cc Mon Sep 17 00:00:00 2001 From: Timothy Legge Date: Tue, 29 Oct 2019 03:11:45 +0000 Subject: testing/perl-module-install-authortests: new aport designate tests only run by module authors https://metacpan.org/release/Module-Install-AuthorTests/ --- testing/perl-module-install-authortests/APKBUILD | 35 ++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 testing/perl-module-install-authortests/APKBUILD (limited to 'testing/perl-module-install-authortests/APKBUILD') diff --git a/testing/perl-module-install-authortests/APKBUILD b/testing/perl-module-install-authortests/APKBUILD new file mode 100644 index 0000000000..45f5f69239 --- /dev/null +++ b/testing/perl-module-install-authortests/APKBUILD @@ -0,0 +1,35 @@ +# Automatically generated by apkbuild-cpan, template 2 +# Contributor: Timothy Legge +# Maintainer: Timothy Legge +pkgname=perl-module-install-authortests +_pkgreal=Module-Install-AuthorTests +pkgver=0.002 +pkgrel=0 +pkgdesc="designate tests only run by module authors" +url="https://metacpan.org/release/Module-Install-AuthorTests/" +arch="noarch" +license="GPL-1.0-or-later OR Artistic-1.0-Perl" +cpandepends="perl-module-install" +depends="$cpandepends" +makedepends="perl-dev" +subpackages="$pkgname-doc" +source="https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Module-Install-AuthorTests-$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 + make +} + +check() { + export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}') + make test +} + +package() { + make DESTDIR="$pkgdir" install + find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete +} + +sha512sums="13f3c9018171500ec0090f5f634508b3b0b9554fe9b02cf47f008d1e0005358e1b7d65b4b1347c86aff93da6ae60f0e5c1bdcb1f8c01de727231d3481b5b7153 Module-Install-AuthorTests-0.002.tar.gz" -- cgit v1.2.3