Date: Saturday, May 25, 2019 @ 10:49:06
  Author: foutrelis
Revision: 470262

archrelease: copy trunk to community-staging-any

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

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

Copied: perl-ppix-quotelike/repos/community-staging-any/PKGBUILD (from rev 
470261, perl-ppix-quotelike/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD                              (rev 0)
+++ community-staging-any/PKGBUILD      2019-05-25 10:49:06 UTC (rev 470262)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=perl-ppix-quotelike
+pkgver=0.006
+pkgrel=2
+pkgdesc="Parse Perl string literals and string-literal-like things"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/PPIx-QuoteLike";
+depends=('perl-ppi')
+makedepends=('perl-ppix-regexp')
+optdepends=('perl-ppix-regexp: to find variables inside nested regular 
expressions')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/W/WY/WYANT/PPIx-QuoteLike-$pkgver.tar.gz";)
+sha512sums=('6ec80ac4df9a80bfd9310b7a5a1fe514dcfaf340de9d88fcece5ecdda9e5a2183408bc4631f546a76f538c7dbb6c4d3827788671fc57cf73d956e18589d09f9f')
+
+build() {
+  cd PPIx-QuoteLike-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd PPIx-QuoteLike-$pkgver
+  make test
+}
+
+package() {
+  cd PPIx-QuoteLike-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Reply via email to