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

Felix Yan felixonmars at gemini.archlinux.org
Sun May 29 11:21:25 UTC 2022


    Date: Sunday, May 29, 2022 @ 11:21:25
  Author: felixonmars
Revision: 1214299

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

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

Copied: perl-ppix-regexp/repos/community-staging-any/PKGBUILD (from rev 1214297, perl-ppix-regexp/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2022-05-29 11:21:25 UTC (rev 1214299)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-ppix-regexp
+pkgver=0.085
+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=('d5c29e4127b803267e81f1cf6dde522850a3efb85de8421bfd2c5e144c36c3cfa5ec51e13342c6f2a104325748c5d59891b19de02d69b8e7a3243356e0bcf4ff')
+
+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