1 # CPAN Name : Test-CPAN-Meta
2 # Contributor: Caleb Cushing <xenoterracide@gmail.com>
3 # Generator : CPANPLUS::Dist::Arch 1.02
4 # Template @ http://github.com/xenoterracide/AURpan/blob/master/perl-test-cpan-meta/PKGBUILD.tt
5 # File bugs @ http://github.com/xenoterracide/AURpan/issues
7 pkgname='perl-test-cpan-meta'
10 pkgdesc="A test module to validate a CPAN META.yml file."
12 url='http://search.cpan.org/dist/Test-CPAN-Meta'
13 license=('PerlArtistic' 'GPL')
17 options=('!emptydirs')
19 source=('http://search.cpan.org/CPAN/authors/id/B/BA/BARBIE/Test-CPAN-Meta-0.17.tar.gz')
20 md5sums=('17fd0360083a3bee4b225b6b344db1a0')
23 DIST_DIR="${srcdir}/Test-CPAN-Meta-0.17"
24 export PERL_AUTOINSTALL=--skipdeps PERL_MM_USE_DEFAULT=1
27 perl Makefile.PL INSTALLDIRS=vendor &&
30 make DESTDIR="$pkgdir" install;
33 find "$pkgdir" -name .packlist -o -name perllocal.pod -delete