1 # CPAN Name : Dist-Zilla-Plugin-SynopsisTests
2 # Contributor: Caleb Cushing <xenoterracide@gmail.com>
3 # Generator : CPANPLUS::Dist::Arch 1.02
4 # Template @ http://github.com/xenoterracide/AURpan/blob/master/perl-dist-zilla-plugin-synopsistests/PKGBUILD.tt
5 # File bugs @ http://github.com/xenoterracide/AURpan/issues
7 pkgname='perl-dist-zilla-plugin-synopsistests'
10 pkgdesc="Release tests for synopses"
12 url='http://search.cpan.org/dist/Dist-Zilla-Plugin-SynopsisTests'
13 license=('PerlArtistic' 'GPL')
14 depends=('perl' 'perl-dist-zilla' 'perl-moose' 'perl-test-synopsis')
17 options=('!emptydirs')
19 source=('http://search.cpan.org/CPAN/authors/id/M/MA/MARCEL/Dist-Zilla-Plugin-SynopsisTests-1.101420.tar.gz')
20 md5sums=('e20df3e3de39dafa024534fc45e2214a')
23 DIST_DIR="${srcdir}/Dist-Zilla-Plugin-SynopsisTests-1.101420"
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