1 # CPAN Name : Test-Synopsis
2 # Contributor: Caleb Cushing <xenoterracide@gmail.com>
3 # Generator : CPANPLUS::Dist::Arch 0.20
4 # Template @ http://github.com/xenoterracide/AURpan/blob/master/perl-test-synopsis/PKGBUILD.tt
5 # File bugs @ http://github.com/xenoterracide/AURpan/issues
7 pkgname='perl-test-synopsis'
10 pkgdesc="Test your SYNOPSIS code"
12 license=('PerlArtistic' 'GPL')
13 options=('!emptydirs')
16 url='http://search.cpan.org/dist/Test-Synopsis'
18 source=('http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/Test-Synopsis-0.06.tar.gz')
19 md5sums=('6114b3d3f354ad864d83fb8689934ca1')
22 DIST_DIR="${srcdir}/Test-Synopsis-0.06"
23 export PERL_MM_USE_DEFAULT=1
28 perl Makefile.PL INSTALLDIRS=vendor &&
31 make DESTDIR="$pkgdir" install;
34 find "$pkgdir" -name .packlist -o -name perllocal.pod -delete