1 # CPAN Name : Test-Script
2 # Contributor: Caleb Cushing <xenoterracide@gmail.com>
3 # Generator : CPANPLUS::Dist::Arch 1.00
4 # Template @ http://github.com/xenoterracide/AURpan/blob/master/perl-test-script/PKGBUILD.tt
5 # File bugs @ http://github.com/xenoterracide/AURpan/issues
7 pkgname='perl-test-script'
10 pkgdesc="Basic cross-platform tests for scripts"
12 url='http://search.cpan.org/dist/Test-Script'
13 license=('PerlArtistic' 'GPL')
14 depends=('perl' 'perl-ipc-run3>=0.034' 'perl-probe-perl>=0.01')
17 options=('!emptydirs')
19 source=('http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Test-Script-1.07.tar.gz')
20 md5sums=('f6b5baa6403cd24dac7f023e0ea22384')
23 DIST_DIR="${srcdir}/Test-Script-1.07"
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