# Contributor: Síle Ekaterin Liszka # Maintainer: Síle Ekaterin Liszka pkgname=perl-test-needs _pkgreal=Test-Needs _author=HAARG _au=${_author%%"${_author#??}"} _a=${_author%%"${_author#?}"} pkgver=0.002009 pkgrel=0 pkgdesc="Perl module for skipping tests when modules aren't found" url="https://metacpan.org/release/Test-Needs" arch="noarch" license="Artistic-2.0" depends="perl" makedepends="" 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="758f22ca9b024f7d3252ff575ae84453e64f4ef4e18d3233cdaa3b81d9212cf48e41fde529047e7355678d5e53345bd51210a45dd9545c3bf8ffe16f96a9500d Test-Needs-0.002009.tar.gz"