archrelease: copy trunk to community-any
[ArchLinux/community.git] / perl-getopt-argvfile / trunk / PKGBUILD
blobc4c9749393ef196adc35f9584692985ac79253ad
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
6 pkgver=1.11
7 pkgrel=10
8 pkgdesc="Take options from files"
9 arch=('any')
10 url="https://search.cpan.org/~JSTENZEL/Getopt-ArgvFile"
11 license=('GPL' 'PerlArtistic')
12 depends=('perl')
13 options=('!emptydirs')
14 source=("https://www.cpan.org/authors/id/J/JS/JSTENZEL/Getopt-ArgvFile-${pkgver}.tar.gz")
15 sha256sums=('3709aa513ce6fd71d1a55a02e34d2f090017d5350a9bd447005653c9b0835b22')
17 build() {
18   cd  Getopt-ArgvFile-${pkgver}
20   PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
22   make
25 package() {
26   cd  Getopt-ArgvFile-${pkgver}
28   make install DESTDIR="$pkgdir"
30   find "$pkgdir" -name '.packlist' -delete
31   find "$pkgdir" -name '*.pod' -delete