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

Felix Yan felixonmars at archlinux.org
Sat May 25 09:11:53 UTC 2019


    Date: Saturday, May 25, 2019 @ 09:11:53
  Author: felixonmars
Revision: 470043

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 470042, perl-sub-exporter-progressive/trunk/PKGBUILD)

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

Copied: perl-sub-exporter-progressive/repos/community-staging-any/PKGBUILD (from rev 470042, perl-sub-exporter-progressive/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-05-25 09:11:53 UTC (rev 470043)
@@ -0,0 +1,29 @@
+# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
+# Contributor: Alan Young <harleypig at gmail.com>
+
+pkgname=perl-sub-exporter-progressive
+pkgver=0.001013
+pkgrel=5
+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