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

Felix Yan felixonmars at archlinux.org
Thu Apr 11 14:32:47 UTC 2019


    Date: Thursday, April 11, 2019 @ 14:32:47
  Author: felixonmars
Revision: 451109

archrelease: copy trunk to community-any

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

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

Copied: perl-ppix-quotelike/repos/community-any/PKGBUILD (from rev 451108, perl-ppix-quotelike/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2019-04-11 14:32:47 UTC (rev 451109)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-ppix-quotelike
+pkgver=0.006
+pkgrel=1
+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
+}



More information about the arch-commits mailing list