[arch-commits] Commit in perl-b-keywords/repos (community-any community-any/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Apr 11 11:15:36 UTC 2019


    Date: Thursday, April 11, 2019 @ 11:15:35
  Author: felixonmars
Revision: 451083

archrelease: copy trunk to community-any

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

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

Copied: perl-b-keywords/repos/community-any/PKGBUILD (from rev 451082, perl-b-keywords/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2019-04-11 11:15:35 UTC (rev 451083)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-b-keywords
+pkgver=1.20
+pkgrel=1
+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=('481eda4d1388901412e982a6c799fab0965f363c4549233e24793aee96ffad68da6045a79fb78c1e946ca48b6ec67d1d49a687801a19254e9c3db12b5e29cb0f')
+
+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