pkgname=perl-file-find-rule-vcs pkgver=1.09 pkgrel=1 _author=E/ET/ETHER _perlmod="File-Find-Rule-VCS" pkgdesc="File::Find::Rule::VCS - Exclude files/directories for Version Control Systems" arch=('any') url="https://metacpan.org/release/File-Find-Rule-VCS/" license=('GPL' 'PerlArtistic') depends=('perl>=5.10.0') options=(!emptydirs) source=("http://search.cpan.org/CPAN/authors/id/$_author/$_perlmod-$pkgver.tar.gz") sha256sums=('43c798bff0a1f6ac196cfa0f28eddac768954df2d02a04d01974a8fafeafbb49') unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps MODULEBUILDRC=/dev/null build(){ cd "$srcdir"/$_perlmod-$pkgver if [ -f Makefile.PL ]; then perl Makefile.PL make else perl Build.PL ./Build fi } check(){ cd "$srcdir"/$_perlmod-$pkgver if [ -f Makefile.PL ]; then make test else ./Build test fi } package(){ cd "$srcdir"/$_perlmod-$pkgver if [ -f Makefile.PL ]; then make install INSTALLDIRS=vendor DESTDIR="$pkgdir" else ./Build install --installdirs=vendor --destdir="$pkgdir" fi }