From 00e408a461db449dca7cb04582a88a613685bfed Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 8 Apr 2016 16:33:37 +0200 Subject: perl-hook-lexwrap neu --- perl-hook-lexwrap/PKGBUILD | 48 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 perl-hook-lexwrap/PKGBUILD (limited to 'perl-hook-lexwrap') diff --git a/perl-hook-lexwrap/PKGBUILD b/perl-hook-lexwrap/PKGBUILD new file mode 100644 index 00000000..c4f739f3 --- /dev/null +++ b/perl-hook-lexwrap/PKGBUILD @@ -0,0 +1,48 @@ +# Contributor: John D Jones III AKA jnbek +# Generator : CPANPLUS::Dist::Arch 1.30 + +pkgname='perl-hook-lexwrap' +pkgver='0.25' +pkgrel='1' +pkgdesc="Lexically scoped subroutine wrappers" +arch=('x86_64' 'i686') +license=('PerlArtistic' 'GPL') +options=('!emptydirs') +depends=('perl>=5.006') +makedepends=() +url='https://metacpan.org/release/Hook-LexWrap' +source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Hook-LexWrap-${pkgver}.tar.gz") +sha512sums=('63623164ac67a33bd12ef771725a09647bdfe19d2f8eb84a0049ca0bdf4adc325143889a5751b1aefaca23eedb1a503ee42071b2fe3e7e3f033c148c0716eca9') +_distdir="Hook-LexWrap-${pkgver}" + +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="" + 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: -- cgit v1.2.3-54-g00ecf