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

Felix Yan felixonmars at archlinux.org
Mon May 24 10:34:28 UTC 2021


    Date: Monday, May 24, 2021 @ 10:34:27
  Author: felixonmars
Revision: 944256

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 944255, perl-ppix-quotelike/trunk/PKGBUILD)

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

Copied: perl-ppix-quotelike/repos/community-staging-any/PKGBUILD (from rev 944255, perl-ppix-quotelike/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-05-24 10:34:27 UTC (rev 944256)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-ppix-quotelike
+pkgver=0.017
+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' 'perl-readonly')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/W/WY/WYANT/PPIx-QuoteLike-$pkgver.tar.gz")
+sha512sums=('ec51e4ee529e18305a5255d9d0d04a5868963481157c31ffbb92e3492c4153117b54b14c1c75b1792fdeb91d68c2a0596b7ace829a25b27a53dc4ec785d48bca')
+
+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