summaryrefslogtreecommitdiff
path: root/user/perl-test-run-plugin-ai/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'user/perl-test-run-plugin-ai/APKBUILD')
-rw-r--r--user/perl-test-run-plugin-ai/APKBUILD19
1 files changed, 10 insertions, 9 deletions
diff --git a/user/perl-test-run-plugin-ai/APKBUILD b/user/perl-test-run-plugin-ai/APKBUILD
index 3537a1197..86a9a6c44 100644
--- a/user/perl-test-run-plugin-ai/APKBUILD
+++ b/user/perl-test-run-plugin-ai/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-alternateinterpreters
-pkgver=0.0124
+_pkgreal=Test-Run-Plugin-AlternateInterpreters
+_author=SHLOMIF
+_au=${_author%%"${_author#??}"}
+_a=${_author%%"${_author#?}"}
+pkgver=0.0125
pkgrel=0
pkgdesc="Define different interpreters for test scripts with Perl Test::Run"
url="https://metacpan.org/release/Test-Run-Plugin-AlternateInterpreters"
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-AlternateInterpreters-$pkgver.tar.gz"
-builddir="$srcdir/Test-Run-Plugin-AlternateInterpreters-$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="54649bde2b97eb7dfeef5392a63787e4ce10c37474acf27f35ab7b466a05564f98be82d99690963b3249c1585ab986e25ac2cf2be72c13b460d467d90b4de719 Test-Run-Plugin-AlternateInterpreters-0.0124.tar.gz"
+sha512sums="28dc11c21da981ecda40c6cce613a8d1263631f19dcdb6a6527428dcc7d6b145fa2bda6947bad69dc03f61d5348147d8a49bb4a351b6b9b05850bb08bf1f9c4d Test-Run-Plugin-AlternateInterpreters-0.0125.tar.gz"