# Contributor: A. Wilcox # Maintainer: Síle Ekaterin Liszka pkgname=perl-mozilla-ca _pkgreal=Mozilla-CA _author=LWP _au=${_author%%"${_author#??}"} _a=${_author%%"${_author#?}"} pkgver=20231213 pkgrel=0 pkgdesc="Mozilla's CA certificate bundle for Perl" url="https://metacpan.org/release/Mozilla-CA" arch="noarch" license="MPL-2.0-only" 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="888c0847d4911348a775a25a0cb4609176d521a24e7f4dabe75bad9f286ca1cae9a79e52a4cacab529e306df699937059442cd77e0f560a8e0e731ca25c2e61c Mozilla-CA-20231213.tar.gz"