[arch-commits] Commit in perl-sub-exporter-progressive/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Wed Aug 1 09:12:33 UTC 2018
Date: Wednesday, August 1, 2018 @ 09:12:33
Author: felixonmars
Revision: 366312
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 366310, 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 366310, perl-sub-exporter-progressive/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2018-08-01 09:12:33 UTC (rev 366312)
@@ -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=4
+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