1 # Maintainer: Eric BĂ©langer <eric@archlinux.org>
3 pkgname=perl-www-robotrules
6 pkgdesc="Database of robots.txt-derived permissions"
8 url="https://metacpan.org/release/WWW-RobotRules"
9 license=('PerlArtistic' 'GPL')
10 depends=('perl' 'perl-uri')
11 options=('!emptydirs')
12 source=(https://search.cpan.org/CPAN/authors/id/G/GA/GAAS/WWW-RobotRules-${pkgver}.tar.gz)
13 sha256sums=('46b502e7a288d559429891eeb5d979461dd3ecc6a5c491ead85d165b6e03a51e')
16 cd "${srcdir}/WWW-RobotRules-${pkgver}"
17 perl Makefile.PL INSTALLDIRS=vendor
22 cd "${srcdir}/WWW-RobotRules-${pkgver}"
27 cd "${srcdir}/WWW-RobotRules-${pkgver}"
28 make DESTDIR="${pkgdir}" install