summaryrefslogtreecommitdiff
path: root/user/perl-test-failwarnings/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'user/perl-test-failwarnings/APKBUILD')
-rw-r--r--user/perl-test-failwarnings/APKBUILD17
1 files changed, 9 insertions, 8 deletions
diff --git a/user/perl-test-failwarnings/APKBUILD b/user/perl-test-failwarnings/APKBUILD
index a31710567..fca983494 100644
--- a/user/perl-test-failwarnings/APKBUILD
+++ b/user/perl-test-failwarnings/APKBUILD
@@ -1,6 +1,10 @@
-# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
-# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org>
+# Contributor: Síle Ekaterin Liszka <sheila@vulpine.house>
+# Maintainer: Síle Ekaterin Liszka <sheila@vulpine.house>
pkgname=perl-test-failwarnings
+_pkgreal=Test-FailWarnings
+_author=DAGOLDEN
+_au=${_author%%"${_author#??}"}
+_a=${_author%%"${_author#?}"}
pkgver=0.008
pkgrel=0
pkgdesc="Perl module for failing tests on caught warnings"
@@ -8,24 +12,21 @@ url="https://metacpan.org/pod/Test::FailWarnings"
arch="noarch"
license="Apache-2.0"
depends="perl perl-capture-tiny"
-makedepends=""
+makedepends="perl-dev"
subpackages="$pkgname-doc"
-source="https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Test-FailWarnings-$pkgver.tar.gz"
-builddir="$srcdir/Test-FailWarnings-$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
}