# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman # Contributor: François Charette pkgname=perl-xml-regexp pkgver=0.04 pkgrel=3 pkgdesc="Regular expressions for XML tokens" arch=('any') url="http://search.cpan.org/dist/XML-RegExp" license=('GPL' 'PerlArtistic') depends=('perl') options=('!emptydirs') source=("https://www.cpan.org/authors/id/T/TJ/TJMATHER/XML-RegExp-${pkgver}.tar.gz") sha256sums=('df1990096036085c8e2d45904fe180f82bfed40f1a7e05243f334ea10090fc54') build() { cd XML-RegExp-${pkgver} PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make } package() { cd XML-RegExp-${pkgver} make install DESTDIR="$pkgdir" find "$pkgdir" -name '.packlist' -delete find "$pkgdir" -name '*.pod' -delete }