# Contributor: Sheila Aman # Maintainer: Sheila Aman pkgname=perl-extutils-cchecker _pkgreal=ExtUtils-CChecker pkgver=0.11 pkgrel=0 pkgdesc="Perl module configuration-time utilities for using C headers, libraries, or OS features" url="https://metacpan.org/release/ExtUtils-CChecker/" arch="noarch" license="GPL-1.0-or-later OR Artistic-1.0-Perl" depends="perl-test-exception" makedepends="perl-dev perl-module-build" checkdepends="perl-test-fatal" subpackages="$pkgname-doc" source="https://cpan.metacpan.org/authors/id/P/PE/PEVANS/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" build() { PERL_MM_USE_DEFAULT=1 perl Build.PL INSTALLDIRS=vendor ./Build } check() { ./Build test } package() { ./Build install --destdir "$pkgdir" --installdirs vendor find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } sha512sums="4b638e5082443eafcf2f3586ec8ff20ee62b054f8bc24149dd7a2549f57ca748618f76c057f456eadca4e5c4099071ee2d1c8993a13e2f5ea8924cd92319dd8c ExtUtils-CChecker-0.11.tar.gz"