# Contributor: Dan Theisen # Maintainer: Síle Ekaterin Liszka pkgname=perl-sub-quote _pkgreal=Sub-Quote _author=HAARG _au=${_author%%"${_author#??}"} _a=${_author%%"${_author#?}"} pkgver=2.006008 pkgrel=0 pkgdesc="Efficient generation of subroutines via string eval" url="https://metacpan.org/release/Sub-Quote" arch="noarch" license="Artistic-1.0-Perl OR GPL-1.0+" depends="perl" checkdepends="perl-test-fatal" 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="474c02953555e815c64270299a2ea36a172c11ff739d77a3f5133f4c40d5ec48ad60c09465bd93864c254f180ba73d8381752ac649f8d4f729199f3088e71e26 Sub-Quote-2.006008.tar.gz"