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 sha1sums=('e158e6559307878b32d8e4c241bf257c2bc88ebb')
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