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

Evangelos Foutras foutrelis at archlinux.org
Mon May 24 08:33:40 UTC 2021


    Date: Monday, May 24, 2021 @ 08:33:40
  Author: foutrelis
Revision: 943961

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 943960, 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 943960, perl-sub-exporter-progressive/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-05-24 08:33:40 UTC (rev 943961)
@@ -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=7
+pkgdesc="Only use Sub::Exporter if you need it"
+arch=('any')
+url="https://search.cpan.org/dist/Sub-Exporter-Progressive"
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+source=(https://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