# Maintainer: Síle Ekaterin Liszka pkgname=perl-params-util _pkgreal=Params-Util _author=REHSACK _au=${_author%%"${_author#??}"} _a=${_author%%"${_author#?}"} pkgver=1.102 pkgrel=0 pkgdesc="Simple, compact and correct param-checking functions" url="https://metacpan.org/release/Params-Util" arch="all" license="GPL-1.0+ OR Artistic-1.0-Perl" depends="perl" makedepends="perl-dev" subpackages="$pkgname-doc" source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" build() { PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make } check() { make test } package() { make DESTDIR="$pkgdir" install find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } sha512sums="e2587b62545cf0572cc8f719ea8e5411d710789c3cbcab4038c5b01f86073a010d32191551f6aeea1bdae22d49e7d34358250b4e7ece9f261a598854af187194 Params-Util-1.102.tar.gz"