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

Felix Yan felixonmars at gemini.archlinux.org
Sun May 29 11:22:31 UTC 2022


    Date: Sunday, May 29, 2022 @ 11:22:31
  Author: felixonmars
Revision: 1214308

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

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

Copied: perl-ppix-quotelike/repos/community-staging-any/PKGBUILD (from rev 1214306, perl-ppix-quotelike/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2022-05-29 11:22:31 UTC (rev 1214308)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-ppix-quotelike
+pkgver=0.022
+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=('b5b7f1de4b4d08f7167560f12a3ec0b24f4cd92739911a3c18bc6b5ecc54b2d2facd7470672e322b5360c4b235f5b8a55e7a9f382d30177f579ef9b70aadc54a')
+
+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