# Contributor: Síle Ekaterin Liszka # Maintainer: Síle Ekaterin Liszka pkgname=perl-test-identity _pkgreal=Test-Identity _author=PEVANS _au=${_author%%"${_author#??}"} _a=${_author%%"${_author#?}"} pkgver=0.01 pkgrel=0 pkgdesc="Assert the referential identity of a reference" url="https://metacpan.org/pod/Test::Identity" arch="noarch" license="GPL-1.0+ OR Artistic-1.0-Perl" depends="perl" makedepends="perl-module-build" subpackages="$pkgname-doc" source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" build() { perl Build.PL --destdir="$pkgdir" --prefix="/usr" --installdirs="vendor" ./Build } check() { ./Build test } package() { ./Build install find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } sha512sums="eee20978e2e39a11c5649b4609840f02686482f8fe4c0c2de639bfd9749ba9a08202f70b660432f1142ff800824ee2a6e9e43873f3f089041cd3e864ff502c32 Test-Identity-0.01.tar.gz"