updated on Tue Jan 17 16:10:12 UTC 2012
[aur-mirror.git] / perl-dist-zilla-plugin-perltidy / PKGBUILD
blob079b377290f1f0f62b4cf1f0f6900bd2fc6bb6cb
1 # CPAN Name  : Dist-Zilla-Plugin-PerlTidy
2 # Contributor: Caleb Cushing <xenoterracide@gmail.com>
3 # Generator  : CPANPLUS::Dist::Arch 1.04
4 # Template @ http://github.com/xenoterracide/AURpan/blob/master/perl-dist-zilla-plugin-perltidy/PKGBUILD.tt
5 # File bugs @ http://github.com/xenoterracide/AURpan/issues
7 pkgname='perl-dist-zilla-plugin-perltidy'
8 pkgver='0.09'
9 pkgrel='1'
10 pkgdesc="PerlTidy in Dist::Zilla"
11 arch=('any')
12 url='http://search.cpan.org/dist/Dist-Zilla-Plugin-PerlTidy'
13 license=('PerlArtistic' 'GPL')
14 depends=('perl' 'perl-dist-zilla>=2.100880' 'perl-file-next' 'perl-tidy')
17 options=('!emptydirs')
19 source=('http://search.cpan.org/CPAN/authors/id/F/FA/FAYLAND/Dist-Zilla-Plugin-PerlTidy-0.09.tar.gz')
20 md5sums=('ca5b13727ab9133522d40bebd93fff8b')
22 build() {
23   DIST_DIR="${srcdir}/Dist-Zilla-Plugin-PerlTidy-0.09"
24   export PERL_AUTOINSTALL=--skipdeps PERL_MM_USE_DEFAULT=1 \
25     PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'"
26     PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
27     MODULEBUILDRC=/dev/null
28   {
29         cd "$DIST_DIR" &&
30     perl Makefile.PL INSTALLDIRS=vendor &&
31     make &&
32     make test &&
33     make DESTDIR="$pkgdir" install;
34   } || return 1;
36   find "$pkgdir" -name .packlist -o -name perllocal.pod -delete