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

Evangelos Foutras foutrelis at archlinux.org
Mon May 24 10:32:40 UTC 2021


    Date: Monday, May 24, 2021 @ 10:32:39
  Author: foutrelis
Revision: 944246

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 944245, perl-ppix-regexp/trunk/PKGBUILD)

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

Copied: perl-ppix-regexp/repos/community-staging-any/PKGBUILD (from rev 944245, perl-ppix-regexp/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-05-24 10:32:39 UTC (rev 944246)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-ppix-regexp
+pkgver=0.080
+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=('6e4f91b1544d4f87079296e7032114dad55505647523ae21638ac157d3f9b47da644829b0813d35383a7d870149ccc58c77f73f3794a004f5634403c891e6254')
+
+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