[arch-commits] Commit in perl-devel-globaldestruction/repos (2 files)

Felix Yan felixonmars at archlinux.org
Sat Aug 26 15:36:48 UTC 2017


    Date: Saturday, August 26, 2017 @ 15:36:47
  Author: felixonmars
Revision: 254155

archrelease: copy trunk to community-staging-any

Added:
  perl-devel-globaldestruction/repos/community-staging-any/
  perl-devel-globaldestruction/repos/community-staging-any/PKGBUILD
    (from rev 254154, perl-devel-globaldestruction/trunk/PKGBUILD)

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

Copied: perl-devel-globaldestruction/repos/community-staging-any/PKGBUILD (from rev 254154, perl-devel-globaldestruction/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-08-26 15:36:47 UTC (rev 254155)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:
+
+pkgname=perl-devel-globaldestruction
+pkgver=0.14
+pkgrel=3
+pkgdesc="Expose the flag which marks global"
+arch=('any')
+url="http://search.cpan.org/dist/Devel-GlobalDestruction"
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-sub-exporter' 'perl-sub-exporter-progressive')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Devel-GlobalDestruction-$pkgver.tar.gz)
+md5sums=('24221ba322cf2dc46a1fc99b53e2380b')
+
+build() {
+  cd Devel-GlobalDestruction-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+ cd Devel-GlobalDestruction-$pkgver
+ make test
+}
+
+package() {
+  cd Devel-GlobalDestruction-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list