[arch-commits] Commit in (4 files)

Fabio Castelli muflone at archlinux.org
Mon Apr 2 00:05:49 UTC 2018


    Date: Monday, April 2, 2018 @ 00:05:31
  Author: muflone
Revision: 313786

new package perl-padwalker 2.3-1

Added:
  perl-padwalker/
  perl-padwalker/repos/
  perl-padwalker/trunk/
  perl-padwalker/trunk/PKGBUILD

----------+
 PKGBUILD |   37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

Added: perl-padwalker/trunk/PKGBUILD
===================================================================
--- perl-padwalker/trunk/PKGBUILD	                        (rev 0)
+++ perl-padwalker/trunk/PKGBUILD	2018-04-02 00:05:31 UTC (rev 313786)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: John D Jones III AKA jnbek <jnbek1972 -_AT_- g m a i l -_Dot_- com>
+
+pkgname=perl-padwalker
+_perl_module=PadWalker
+pkgver=2.3
+pkgrel=1
+pkgdesc="Play with other peoples' lexical variables"
+arch=('x86_64')
+url="https://metacpan.org/release/${_perl_module}"
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+source=("https://cpan.metacpan.org/authors/id/R/RO/ROBIN/${_perl_module}-${pkgver}.tar.gz")
+sha256sums=('2a6c44fb600861e54568e74081a8d1f121f0060076069ceab34b1ae89d6588cf')
+options=('!emptydirs')
+
+build() {
+  cd "${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1
+  make test
+}
+
+package() {
+  cd "${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
+}


Property changes on: perl-padwalker/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list