[arch-commits] Commit in perl-padwalker/repos (2 files)

Evangelos Foutras foutrelis at gemini.archlinux.org
Sun May 29 09:27:30 UTC 2022


    Date: Sunday, May 29, 2022 @ 09:27:29
  Author: foutrelis
Revision: 1213950

archrelease: copy trunk to community-staging-x86_64

Added:
  perl-padwalker/repos/community-staging-x86_64/
  perl-padwalker/repos/community-staging-x86_64/PKGBUILD
    (from rev 1213947, perl-padwalker/trunk/PKGBUILD)

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

Copied: perl-padwalker/repos/community-staging-x86_64/PKGBUILD (from rev 1213947, perl-padwalker/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2022-05-29 09:27:29 UTC (rev 1213950)
@@ -0,0 +1,36 @@
+# 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.5
+pkgrel=3
+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=('07b26abb841146af32072a8d68cb90176ffb176fd9268e6f2f7d106f817a0cd0')
+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}"
+}



More information about the arch-commits mailing list