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

Felix Yan felixonmars at gemini.archlinux.org
Sun May 29 11:12:57 UTC 2022


    Date: Sunday, May 29, 2022 @ 11:12:57
  Author: felixonmars
Revision: 1214270

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

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

Copied: perl-devel-globaldestruction/repos/community-staging-any/PKGBUILD (from rev 1214268, perl-devel-globaldestruction/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2022-05-29 11:12:57 UTC (rev 1214270)
@@ -0,0 +1,29 @@
+# Maintainer:
+
+pkgname=perl-devel-globaldestruction
+pkgver=0.14
+pkgrel=8
+pkgdesc="Expose the flag which marks global"
+arch=('any')
+url="https://search.cpan.org/dist/Devel-GlobalDestruction"
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-sub-exporter' 'perl-sub-exporter-progressive')
+options=('!emptydirs')
+source=(https://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