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

Florian Pritz bluewind at archlinux.org
Thu Jun 1 17:42:47 UTC 2017


    Date: Thursday, June 1, 2017 @ 17:42:46
  Author: bluewind
Revision: 232429

archrelease: copy trunk to community-staging-any

Added:
  perl-role-tiny/repos/community-staging-any/
  perl-role-tiny/repos/community-staging-any/PKGBUILD
    (from rev 232428, perl-role-tiny/trunk/PKGBUILD)

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

Copied: perl-role-tiny/repos/community-staging-any/PKGBUILD (from rev 232428, perl-role-tiny/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-06-01 17:42:46 UTC (rev 232429)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Contributor: John D Jones III <jnbek1972 -_AT_- g m a i l -_Dot_- com>
+# Generator  : CPANPLUS::Dist::Arch 1.29
+
+pkgname='perl-role-tiny'
+pkgver=2.000005
+pkgrel=2
+pkgdesc="Roles. Like a nouvelle cuisine portion size slice of Moose."
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=()
+checkdepends=('perl-test-fatal>=0.003')
+url='http://search.cpan.org/dist/Role-Tiny/'
+source=("http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Role-Tiny-$pkgver.tar.gz")
+sha256sums=('593a29b621e029bf0218d0154d5dfdf6ec502afc49adeeadae6afd0c70063115')
+
+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/Role-Tiny-$pkgver"
+    perl Makefile.PL
+    make
+  )
+}
+
+check() {
+  cd "$srcdir/Role-Tiny-$pkgver"
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+    make test
+  )
+}
+
+package() {
+  cd "$srcdir/Role-Tiny-$pkgver"
+  make install
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}



More information about the arch-commits mailing list