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

Felix Yan felixonmars at archlinux.org
Wed Aug 1 11:09:39 UTC 2018


    Date: Wednesday, August 1, 2018 @ 11:09:39
  Author: felixonmars
Revision: 366460

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 366459, perl-devel-globaldestruction/trunk/PKGBUILD)

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

Copied: perl-devel-globaldestruction/repos/community-staging-any/PKGBUILD (from rev 366459, perl-devel-globaldestruction/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-08-01 11:09:39 UTC (rev 366460)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:
+
+pkgname=perl-devel-globaldestruction
+pkgver=0.14
+pkgrel=4
+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