summaryrefslogtreecommitdiff
path: root/user/perl-params-validationcompiler
diff options
context:
space:
mode:
Diffstat (limited to 'user/perl-params-validationcompiler')
-rw-r--r--user/perl-params-validationcompiler/APKBUILD24
1 files changed, 12 insertions, 12 deletions
diff --git a/user/perl-params-validationcompiler/APKBUILD b/user/perl-params-validationcompiler/APKBUILD
index cb4c57f34..d5479edbb 100644
--- a/user/perl-params-validationcompiler/APKBUILD
+++ b/user/perl-params-validationcompiler/APKBUILD
@@ -1,36 +1,36 @@
# 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-params-validationcompiler
-_pkgname=Params-ValidationCompiler
-pkgver=0.30
+_pkgreal=Params-ValidationCompiler
+_author=DROLSKY
+_au=${_author%%"${_author#??}"}
+_a=${_author%%"${_author#?}"}
+pkgver=0.31
pkgrel=0
pkgdesc="Perl subroutine parameter validator compiler"
url="https://metacpan.org/release/Params-ValidationCompiler"
arch="noarch"
-options="!check" # many, many, many unpackaged test deps
license="Artistic-2.0"
-depends="perl-class-xsaccessor perl-eval-closure perl-exception-class"
-checkdepends="perl-specio"
+depends="perl perl-class-xsaccessor perl-eval-closure perl-exception-class"
+checkdepends="perl-specio perl-test-without-module perl-test2-suite
+ perl-test2-plugin-nowarnings"
makedepends="perl-dev"
subpackages="$pkgname-doc"
-source="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/Params-ValidationCompiler-$pkgver.tar.gz"
-builddir="$srcdir/Params-ValidationCompiler-$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="5911f9317f0b72e17c72435420a3b6b9f36780ab70715510c46e847970094e730169b9b3085f29cb23ee0aca2e78f7f9edd0d093859a1062869f35c90172bf05 Params-ValidationCompiler-0.30.tar.gz"
+sha512sums="e3265cc6a5fc9761dd6ae82c3875711c5766242ab0f1edd74cc74296fdac22b6c23e48ba4768e895701ca8a00bd81677056713124b8edaa0b340eae1b33cf9c4 Params-ValidationCompiler-0.31.tar.gz"