# Contributor: Síle Ekaterin Liszka # Maintainer: Síle Ekaterin Liszka pkgname=perl-extutils-cchecker _pkgreal=ExtUtils-CChecker _author=PEVANS _au=${_author%%"${_author#??}"} _a=${_author%%"${_author#?}"} pkgver=0.11 pkgrel=0 pkgdesc="Configure-time utilities for checking C headers, libraries, or OS features" url="https://metacpan.org/pod/ExtUtils::CChecker" arch="noarch" license="GPL-1.0+ OR Artistic-1.0-Perl" depends="perl" checkdepends="perl-test-fatal" 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="4b638e5082443eafcf2f3586ec8ff20ee62b054f8bc24149dd7a2549f57ca748618f76c057f456eadca4e5c4099071ee2d1c8993a13e2f5ea8924cd92319dd8c ExtUtils-CChecker-0.11.tar.gz"