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

Florian Pritz bluewind at archlinux.org
Wed Aug 1 09:43:04 UTC 2018


    Date: Wednesday, August 1, 2018 @ 09:43:04
  Author: bluewind
Revision: 366428

archrelease: copy trunk to community-staging-any

Added:
  perl-sub-quote/repos/community-staging-any/
  perl-sub-quote/repos/community-staging-any/PKGBUILD
    (from rev 366427, perl-sub-quote/trunk/PKGBUILD)

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

Copied: perl-sub-quote/repos/community-staging-any/PKGBUILD (from rev 366427, perl-sub-quote/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-08-01 09:43:04 UTC (rev 366428)
@@ -0,0 +1,39 @@
+pkgname=perl-sub-quote
+pkgver=2.003001
+pkgrel=4
+pkgdesc="efficient generation of subroutines via string eval"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=('perl-test-fatal>=0.010')
+url='http://search.cpan.org/dist/Sub-Quote'
+source=("http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Sub-Quote-$pkgver.tar.gz")
+sha256sums=('9d471d8e13e7ce4793d5a5ec04a60fface14dd53be78dd94d228871915cfd1f9')
+
+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/Sub-Quote-$pkgver"
+    perl Makefile.PL
+    make
+  )
+}
+
+check() {
+  cd "$srcdir/Sub-Quote-$pkgver"
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+    make test
+  )
+}
+
+package() {
+  cd "$srcdir/Sub-Quote-$pkgver"
+  make install
+
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}



More information about the arch-commits mailing list