[arch-commits] Commit in perl-b-keywords/repos (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Sun May 29 10:25:27 UTC 2022


    Date: Sunday, May 29, 2022 @ 10:25:27
  Author: felixonmars
Revision: 1214192

archrelease: copy trunk to community-staging-any

Added:
  perl-b-keywords/repos/community-staging-any/
  perl-b-keywords/repos/community-staging-any/PKGBUILD
    (from rev 1214191, perl-b-keywords/trunk/PKGBUILD)

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

Copied: perl-b-keywords/repos/community-staging-any/PKGBUILD (from rev 1214191, perl-b-keywords/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2022-05-29 10:25:27 UTC (rev 1214192)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-b-keywords
+pkgver=1.24
+pkgrel=2
+pkgdesc="Lists of reserved barewords and symbol names"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/B-Keywords"
+depends=('perl')
+checkdepends=('perl-test-pod')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/R/RU/RURBAN/B-Keywords-$pkgver.tar.gz")
+sha512sums=('b48290ffa0fc2f843930c0dc5227c0cce5552c5e112d2c63307b7557323387207a70cb30d7bc5e00db6e1ad4c8055b40e80c158e449a4fda9f4471cbc07ca8f7')
+
+build() {
+  cd B-Keywords-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd B-Keywords-$pkgver
+  make test
+}
+
+package() {
+  cd B-Keywords-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list