[arch-commits] Commit in perl-scope-guard/repos (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Sun May 29 09:31:52 UTC 2022


    Date: Sunday, May 29, 2022 @ 09:31:52
  Author: felixonmars
Revision: 1213992

archrelease: copy trunk to community-staging-any

Added:
  perl-scope-guard/repos/community-staging-any/
  perl-scope-guard/repos/community-staging-any/PKGBUILD
    (from rev 1213990, perl-scope-guard/trunk/PKGBUILD)

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

Copied: perl-scope-guard/repos/community-staging-any/PKGBUILD (from rev 1213990, perl-scope-guard/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2022-05-29 09:31:52 UTC (rev 1213992)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-scope-guard
+pkgver=0.21
+pkgrel=5
+pkgdesc="Lexically-scoped resource management"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Scope-Guard"
+depends=('perl')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/C/CH/CHOCOLATE/Scope-Guard-$pkgver.tar.gz")
+sha512sums=('65492e08ab79dc323649166e83ffc13c6f1fffaa9c60d581d8854dfe427a54a3c3c5e4d8b90308d4b1a31a1a54c7977b4e1d36fc9005c6e716c2361ce187fc9f')
+
+build() {
+  cd Scope-Guard-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Scope-Guard-$pkgver
+  make test
+}
+
+package() {
+  cd Scope-Guard-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list