[arch-commits] Commit in perl-ppix-regexp/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Sat May 25 10:48:08 UTC 2019


    Date: Saturday, May 25, 2019 @ 10:48:08
  Author: foutrelis
Revision: 470260

archrelease: copy trunk to community-staging-any

Added:
  perl-ppix-regexp/repos/community-staging-any/
  perl-ppix-regexp/repos/community-staging-any/PKGBUILD
    (from rev 470259, perl-ppix-regexp/trunk/PKGBUILD)

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

Copied: perl-ppix-regexp/repos/community-staging-any/PKGBUILD (from rev 470259, perl-ppix-regexp/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-05-25 10:48:08 UTC (rev 470260)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-ppix-regexp
+pkgver=0.064
+pkgrel=2
+pkgdesc="Parse regular expressions"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/PPIx-Regexp"
+depends=('perl-list-moreutils' 'perl-ppi' 'perl-task-weaken')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/W/WY/WYANT/PPIx-Regexp-$pkgver.tar.gz")
+sha512sums=('5b484957759c55b4960809b9cd95b66f8ca415a627ee7282649067e839b00944703046a7578d668f488e998c45ee087e042bdc9c4a5597a0ae481d8edee969b2')
+
+build() {
+  cd PPIx-Regexp-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd PPIx-Regexp-$pkgver
+  make test
+}
+
+package() {
+  cd PPIx-Regexp-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list