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

Florian Pritz bluewind at archlinux.org
Thu Jun 1 08:53:48 UTC 2017


    Date: Thursday, June 1, 2017 @ 08:53:47
  Author: bluewind
Revision: 231840

archrelease: copy trunk to community-staging-any

Added:
  perl-sub-exporter-progressive/repos/community-staging-any/
  perl-sub-exporter-progressive/repos/community-staging-any/PKGBUILD
    (from rev 231838, perl-sub-exporter-progressive/trunk/PKGBUILD)

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

Copied: perl-sub-exporter-progressive/repos/community-staging-any/PKGBUILD (from rev 231838, perl-sub-exporter-progressive/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-06-01 08:53:47 UTC (rev 231840)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
+# Contributor: Alan Young <harleypig at gmail.com>
+
+pkgname=perl-sub-exporter-progressive
+pkgver=0.001013
+pkgrel=2
+pkgdesc="Only use Sub::Exporter if you need it"
+arch=('any')
+url="http://search.cpan.org/dist/Sub-Exporter-Progressive"
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/F/FR/FREW/Sub-Exporter-Progressive-$pkgver.tar.gz)
+md5sums=('72cf6acdd2a0a8b105821a4db98e4ebe')
+
+build() {
+  cd "$srcdir"/Sub-Exporter-Progressive-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir"/Sub-Exporter-Progressive-$pkgver
+  make test
+}
+
+package() {
+  cd "$srcdir"/Sub-Exporter-Progressive-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list