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

Felix Yan felixonmars at archlinux.org
Fri Jun 2 05:17:48 UTC 2017


    Date: Friday, June 2, 2017 @ 05:17:47
  Author: felixonmars
Revision: 232811

archrelease: copy trunk to community-staging-any

Added:
  perl-module-implementation/repos/community-staging-any/
  perl-module-implementation/repos/community-staging-any/PKGBUILD
    (from rev 232810, perl-module-implementation/trunk/PKGBUILD)

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

Copied: perl-module-implementation/repos/community-staging-any/PKGBUILD (from rev 232810, perl-module-implementation/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-06-02 05:17:47 UTC (rev 232811)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: 3ED <krzysztof1987 at gmail dot com>
+
+pkgname=perl-module-implementation
+pkgver=0.09
+pkgrel=2
+pkgdesc="Loads one of several alternate underlying implementations for a module"
+arch=('any')
+license=('PerlArtistic')
+options=('!emptydirs')
+depends=('perl-module-runtime>=0.012' 'perl-try-tiny')
+checkdepends=('perl-test-requires' 'perl-test-fatal')
+url="http://search.cpan.org/dist/Module-Implementation/"
+source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Module-Implementation-$pkgver.tar.gz)
+md5sums=('52e3fe0ca6b1eff0488d59b7aacc0667')
+
+build() {
+  cd "${srcdir}/Module-Implementation-${pkgver}"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL="--skipdeps" \
+    PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$pkgdir"'" \
+    PERL_MB_OPT="--installdirs vendor --destdir '"$pkgdir"'" \
+    MODULEBUILDRC=/dev/null
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${srcdir}/Module-Implementation-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/Module-Implementation-${pkgver}"
+  make install
+  find "${pkgdir}" -name .packlist -o -name perllocal.pod -delete
+}



More information about the arch-commits mailing list