# Automatically generated by apkbuild-cpan, template 1 # Contributor: Natanael Copa # Maintainer: Adélie Perl Team pkgname=perl-test-exception _pkgreal=Test-Exception _author=EXODIST _au=${_author%%"${_author#??}"} _a=${_author%%"${_author#?}"} pkgver=0.43 pkgrel=0 pkgdesc="Perl module for testing exception-based code" url="https://metacpan.org/release/Test-Exception" arch="noarch" license="GPL-2.0-only OR Artistic-1.0-Perl" depends="perl-sub-uplevel" 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 install DESTDIR="$pkgdir" find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } sha512sums="f5ab65ce7b142ab7a96b0075838826a7f6b975a151a285e00d99db307bea07b359d5ca44eb678ba93d97b2ae37a112f0002ae1c06bb6e5654b80ce8c5473aa20 Test-Exception-0.43.tar.gz"