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

Felix Yan felixonmars at archlinux.org
Sat May 25 10:38:36 UTC 2019


    Date: Saturday, May 25, 2019 @ 10:38:36
  Author: felixonmars
Revision: 470246

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

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

Copied: perl-devel-globaldestruction/repos/community-staging-any/PKGBUILD (from rev 470245, perl-devel-globaldestruction/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-05-25 10:38:36 UTC (rev 470246)
@@ -0,0 +1,29 @@
+# Maintainer:
+
+pkgname=perl-devel-globaldestruction
+pkgver=0.14
+pkgrel=5
+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