# Maintainer: Felix Yan # Contributor: kevin # Contributor: Manolis Tzanidakis # Contributor: Firmicus pkgname=perl-html-parser pkgver=3.81 pkgrel=1 pkgdesc="Perl HTML parser class" arch=('x86_64') license=('PerlArtistic') url="https://search.cpan.org/dist/HTML-Parser/" depends=('perl-html-tagset' 'perl-http-message' 'perl-uri') options=('!emptydirs') source=(https://www.cpan.org/authors/id/O/OA/OALDERS/HTML-Parser-$pkgver.tar.gz) sha512sums=('e20358d3182ed6796fb5584f26f7dfb32fe312c8ed6cd4303ebfd2d9609491cb470bf49109d485a040e59a55bb404b1abba9a7ad5a687c540945f60a606e44ad') build() { cd HTML-Parser-$pkgver perl Makefile.PL INSTALLDIRS=vendor make } check() { cd HTML-Parser-$pkgver make test } package() { cd HTML-Parser-$pkgver make install DESTDIR="${pkgdir}" }