[arch-commits] Commit in perl-devel-globaldestruction/repos (2 files)
    Evangelos Foutras 
    foutrelis at archlinux.org
       
    Thu Jun  1 18:15:37 UTC 2017
    
    
  
    Date: Thursday, June 1, 2017 @ 18:15:36
  Author: foutrelis
Revision: 232509
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 232507, perl-devel-globaldestruction/trunk/PKGBUILD)
----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
Copied: perl-devel-globaldestruction/repos/community-staging-any/PKGBUILD (from rev 232507, perl-devel-globaldestruction/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-06-01 18:15:36 UTC (rev 232509)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:
+
+pkgname=perl-devel-globaldestruction
+pkgver=0.14
+pkgrel=2
+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