# Maintainer: Erich Eckner pkgname='perl-test-trailingspace' pkgver=0.0500 pkgrel=1 pkgdesc="test for trailing space in source files." arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') makedepends=( 'perl' 'perl-extutils-makemaker' 'perl-file-path' 'perl-io' 'perl-lib' 'perl-module-build>=0.28' 'perl-pathtools' 'perl-test-simple>=0.88') depends=( 'perl>=5.14.0' 'perl-autodie' 'perl-file-find-object-rule>=0.0301' 'perl-test-simple>=0.88') checkdepends=( 'perl-cpan-changes' 'perl-pod-coverage-trustpod' 'perl-test-kwalitee-extra' 'perl-test-pod' 'perl-test-pod-coverage' ) url='http://search.cpan.org/~shlomif/Test-TrailingSpace-0.0205/' _distdir="Test-TrailingSpace-${pkgver}" source=("http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/${_distdir}.tar.gz") sha512sums=('98d276089506ff29b197e1365976212e816e5719374708457172a1c141feda99af36afa2f9abbc54f619cbc9b32d5b75171f2362260f359a5497b32f8e3b906d') build() { ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \ PERL_AUTOINSTALL=--skipdeps \ PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \ PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \ MODULEBUILDRC=/dev/null cd "$srcdir/$_distdir" /usr/bin/perl Makefile.PL make ) } check() { cd "$srcdir/$_distdir" ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" export AUTHOR_TESTING=1 export RELEASE_TESTING=1 make test ) } package() { cd "$srcdir/$_distdir" make install find "$pkgdir" -name .packlist -o -name perllocal.pod -delete } # Local Variables: # mode: shell-script # sh-basic-offset: 2 # End: # vim:set ts=2 sw=2 et: