diff options
Diffstat (limited to 'user/perl-test-run-plugin-bof/APKBUILD')
-rw-r--r-- | user/perl-test-run-plugin-bof/APKBUILD | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/user/perl-test-run-plugin-bof/APKBUILD b/user/perl-test-run-plugin-bof/APKBUILD index e776778b6..8e04f65e7 100644 --- a/user/perl-test-run-plugin-bof/APKBUILD +++ b/user/perl-test-run-plugin-bof/APKBUILD @@ -1,33 +1,34 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> -# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org> +# Maintainer: Síle Ekaterin Liszka <sheila@vulpine.house> pkgname=perl-test-run-plugin-breakonfailure -pkgver=0.0.5 +_pkgreal=Test-Run-Plugin-BreakOnFailure +_author=SHLOMIF +_au=${_author%%"${_author#??}"} +_a=${_author%%"${_author#?}"} +pkgver=0.0.6 pkgrel=0 pkgdesc="Stop processing entire Test::Run suite on single failure" url="https://metacpan.org/release/Test-Run-Plugin-BreakOnFailure" arch="noarch" license="MIT" -depends="perl-moose perl-mro-compat perl-test-run perl-test-run-cmdline" +depends="perl perl-moose perl-mro-compat perl-test-run perl-test-run-cmdline" makedepends="perl-dev" subpackages="$pkgname-doc" -source="https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/Test-Run-Plugin-BreakOnFailure-v$pkgver.tar.gz" -builddir="$srcdir/Test-Run-Plugin-BreakOnFailure-v$pkgver" +source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-v$pkgver.tar.gz" +builddir="$srcdir/$_pkgreal-v$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="a3e25847e0277ea32803b0eec68061471644f7bba03d9dd558d5a15c6dbe8615d933f6d4ee6851f217511434be933be1a848ee0d9b46c545ae37a0abc59a0a72 Test-Run-Plugin-BreakOnFailure-v0.0.5.tar.gz" +sha512sums="dd8564d82466abdce2bb08324bec2a9fd45196955b61d375958a4ae718a7dc90a97c78e10925a479561a8456824a6bc9caf481284cab3ce7884d294d875546f3 Test-Run-Plugin-BreakOnFailure-v0.0.6.tar.gz" |