# Automatically generated by apkbuild-cpan, template 3 # Contributor: Natanael Copa # Maintainer: Natanael Copa pkgname=perl-html-scrubber #_pkgreal is used by apkbuild-cpan to find modules at MetaCpan _pkgreal=HTML-Scrubber pkgver=0.19 pkgrel=3 pkgdesc="Perl extension for scrubbing/sanitizing HTML" url="https://metacpan.org/release/HTML-Scrubber/" arch="noarch" license="GPL-1.0-or-later OR Artistic-1.0-Perl" depends="perl perl-html-parser" makedepends="perl-dev" checkdepends="perl-test-memory-cycle perl-test-differences" subpackages="$pkgname-doc" source="https://cpan.metacpan.org/authors/id/N/NI/NIGELM/HTML-Scrubber-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" options="!check" # missing checkdepends build() { export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}') PERL_MM_USE_DEFAULT=1 perl -I. Makefile.PL INSTALLDIRS=vendor make } check() { export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}') make test } package() { make DESTDIR="$pkgdir" install find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } sha512sums=" 6894c58315f38e81d645b999cca180b1e86a64e8ae913df5891a6293c9c4950d99f1d1c5a03b7d584aff381afc49c16fe2e06541203c8dea881479cc981ee262 HTML-Scrubber-0.19.tar.gz "