# Contributor: A. Wilcox # Maintainer: Síle Ekaterin Liszka pkgname=perl-sub-name _pkgreal=Sub-Name _author=ETHER _au=${_author%%"${_author#??}"} _a=${_author%%"${_author#?}"} pkgver=0.27 pkgrel=0 pkgdesc="Rename a Perl sub" url="https://metacpan.org/release/Sub-Name" arch="all" license="Artistic-1.0-Perl OR GPL-1.0+" depends="perl" makedepends="perl-dev" subpackages="$pkgname-doc" source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/Sub-Name-$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="766c2b229a222e84c40069f2aba0611f7936a9018c375c66b9ed58c4b3ad074cf102906e23aaf514e6897a8aaeaee1658bc2887d73052b8f67ccdf3cab52f71f Sub-Name-0.27.tar.gz"