updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / perl-dist-zilla-plugin-git / PKGBUILD
blobc07839690eca65bf1e9b0f2a465a6eced6354c6c
1 # Contributor: Justin Davis <jrcd83@gmail.com>
2 # Generator  : CPANPLUS::Dist::Arch 1.19
4 pkgname='perl-dist-zilla-plugin-git'
5 pkgver='1.113560'
6 pkgrel='1'
7 pkgdesc="update your git repository after release"
8 arch=('any')
9 license=('PerlArtistic' 'GPL')
10 options=('!emptydirs')
11 depends=('perl>=5.010' 'perl-datetime' 'perl-file-chdir' 'perl-git-wrapper' 'perl-moose' 'perl-moose-autobox' 'perl-moosex-has-sugar' 'perl-moosex-types' 'perl-namespace-autoclean>=0.09' 'perl-string-formatter' 'perl-version-next')
12 makedepends=('perl-dist-zilla' 'perl-file-copy-recursive' 'perl-file-pushd' 'perl-file-which' 'perl-path-class' 'perl-test-exception')
13 url='http://search.cpan.org/dist/Dist-Zilla-Plugin-Git'
14 source=('http://search.cpan.org/CPAN/authors/id/J/JQ/JQUELIN/Dist-Zilla-Plugin-Git-1.113560.tar.gz')
15 md5sums=('face017015702d6ae8fa2f4f27130d74')
16 sha512sums=('9de77fab3dd9aa32a4771095c74b159697017a75a9e2f769bbbcb0c5bbe55cb3b7abeced24e99ff8bd07baa3d1811947cdf1752d575ef96913eadfef11fccc9b')
17 _distdir="${srcdir}/Dist-Zilla-Plugin-Git-1.113560"
19 build() {
20   ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""                 \
21       PERL_AUTOINSTALL=--skipdeps                            \
22       PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'"     \
23       PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
24       MODULEBUILDRC=/dev/null
26     cd "$_distdir"
27     /usr/bin/perl Build.PL
28     /usr/bin/perl Build
29   )
32 check() {
33   cd "$_distdir"
34   ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
35     /usr/bin/perl Build test
36   )
39 package() {
40   cd "$_distdir"
41   /usr/bin/perl Build install
42   find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
45 # Local Variables:
46 # mode: shell-script
47 # sh-basic-offset: 2
48 # End:
49 # vim:set ts=2 sw=2 et: