summaryrefslogtreecommitdiff
path: root/user/perl-task-test-run-allplugins
diff options
context:
space:
mode:
Diffstat (limited to 'user/perl-task-test-run-allplugins')
-rw-r--r--user/perl-task-test-run-allplugins/APKBUILD21
1 files changed, 11 insertions, 10 deletions
diff --git a/user/perl-task-test-run-allplugins/APKBUILD b/user/perl-task-test-run-allplugins/APKBUILD
index 353fae3b0..0a852bda6 100644
--- a/user/perl-task-test-run-allplugins/APKBUILD
+++ b/user/perl-task-test-run-allplugins/APKBUILD
@@ -1,38 +1,39 @@
# 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-task-test-run-allplugins
-pkgver=0.0105
+_pkgreal=Task-Test-Run-AllPlugins
+_author=SHLOMIF
+_au=${_author%%"${_author#??}"}
+_a=${_author%%"${_author#?}"}
+pkgver=0.0106
pkgrel=0
pkgdesc="Install all the Test::Run plugins"
url="https://metacpan.org/release/Task-Test-Run-AllPlugins"
arch="noarch"
license="MIT"
-depends="perl-test-run perl-test-run-cmdline
+depends="perl perl-test-run perl-test-run-cmdline
perl-test-run-plugin-alternateinterpreters
perl-test-run-plugin-breakonfailure
perl-test-run-plugin-colourfileverdicts
perl-test-run-plugin-coloursummary
perl-test-run-plugin-trimdisplayedfilenames"
-makedepends="perl-dev"
+makedepends=""
subpackages="$pkgname-doc"
-source="https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/Task-Test-Run-AllPlugins-$pkgver.tar.gz"
-builddir="$srcdir/Task-Test-Run-AllPlugins-$pkgver"
+source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$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="5d2baa82658a3a80b07fd22d1ca2ccf7a1ff528685f8044fe5b152130957465d4bd1b032a2a02c966e7739d3b947b709bffabf96d74b77fe6c65479f6f09f964 Task-Test-Run-AllPlugins-0.0105.tar.gz"
+sha512sums="22c13c064d19aa00816951081c0f1801f84bcf4f1f204598b327ed4a68c75d2ab75f9b1066eaf7fe80fbfcf87dfdb0f839d65603812966776f488871b61141ba Task-Test-Run-AllPlugins-0.0106.tar.gz"