# Contributor: A. Wilcox # Maintainer: Síle Ekaterin Liszka pkgname=perl-file-which _pkgreal=File-Which _author=PLICEASE _au=${_author%%"${_author#??}"} _a=${_author%%"${_author#?}"} pkgver=1.27 pkgrel=0 pkgdesc="Perl implementation of the which(1) utility as an API" url="https://metacpan.org/release/File-Which" arch="noarch" 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/$_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="8a6164c4af915e93924b1d62864e492b1c5067856e505c50b9a5cce0600d73bdcda5f7e35a9f37134d9e89949b45bbd0a5426cb56121604aea1a3cfe48d55e5c File-Which-1.27.tar.gz"