summaryrefslogtreecommitdiff
path: root/user/perl-strictures/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'user/perl-strictures/APKBUILD')
-rw-r--r--user/perl-strictures/APKBUILD19
1 files changed, 10 insertions, 9 deletions
diff --git a/user/perl-strictures/APKBUILD b/user/perl-strictures/APKBUILD
index a4c21c402..3ee5f23aa 100644
--- a/user/perl-strictures/APKBUILD
+++ b/user/perl-strictures/APKBUILD
@@ -1,31 +1,32 @@
-# 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-strictures
+_pkgreal=strictures
+_author=HAARG
+_au=${_author%%"${_author#??}"}
+_a=${_author%%"${_author#?}"}
pkgver=2.000006
pkgrel=0
pkgdesc="Perl module for using strict and fatal warnings"
url="https://metacpan.org/pod/strictures"
arch="noarch"
-license="Artistic-1.0-Perl"
-depends="perl-bareword-filehandles perl-indirect perl-multidimensional"
+license="Artistic-1.0-Perl OR GPL-1.0+"
+depends="perl perl-bareword-filehandles perl-indirect perl-multidimensional"
makedepends="perl-dev"
subpackages="$pkgname-doc"
-source="https://cpan.metacpan.org/authors/id/H/HA/HAARG/strictures-$pkgver.tar.gz"
-builddir="$srcdir/strictures-$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
}