1 # This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
2 # Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
3 # Contributor: François Charette <firmicus ατ gmx δοτ net>
5 pkgname=perl-getopt-argvfile
8 pkgdesc="Take options from files"
10 url="https://search.cpan.org/~JSTENZEL/Getopt-ArgvFile"
11 license=('GPL' 'PerlArtistic')
13 options=('!emptydirs')
14 source=("https://www.cpan.org/authors/id/J/JS/JSTENZEL/Getopt-ArgvFile-${pkgver}.tar.gz")
15 sha256sums=('3709aa513ce6fd71d1a55a02e34d2f090017d5350a9bd447005653c9b0835b22')
18 cd Getopt-ArgvFile-${pkgver}
20 PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
26 cd Getopt-ArgvFile-${pkgver}
28 make install DESTDIR="$pkgdir"
30 find "$pkgdir" -name '.packlist' -delete
31 find "$pkgdir" -name '*.pod' -delete