[arch-commits] Commit in perl-ppix-quotelike/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Apr 4 21:53:48 UTC 2020
Date: Saturday, April 4, 2020 @ 21:53:47
Author: felixonmars
Revision: 611755
archrelease: copy trunk to community-any
Added:
perl-ppix-quotelike/repos/community-any/PKGBUILD
(from rev 611754, perl-ppix-quotelike/trunk/PKGBUILD)
Deleted:
perl-ppix-quotelike/repos/community-any/PKGBUILD
----------+
PKGBUILD | 61 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 30 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-04 21:53:32 UTC (rev 611754)
+++ PKGBUILD 2020-04-04 21:53:47 UTC (rev 611755)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-ppix-quotelike
-pkgver=0.010
-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=('91a09cc9218e6cfa3deb668b18142e1743459c64463c24a57b8b3ff2dd9b18efb667731ed19cc8173e2c09b931e7e01c281434956a7dc63ddb99f3ff630cc7a7')
-
-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
-}
Copied: perl-ppix-quotelike/repos/community-any/PKGBUILD (from rev 611754, perl-ppix-quotelike/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-04 21:53:47 UTC (rev 611755)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-ppix-quotelike
+pkgver=0.011
+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' 'perl-readonly')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/W/WY/WYANT/PPIx-QuoteLike-$pkgver.tar.gz")
+sha512sums=('6c5eb263e0b39d5d665623831c3b8e24099e6023c48893f0ecfef902446eff1533170c6996f4a62367c1dd9eb50e8fd3a444447e2a9c3cffdc8ff30114d994ee')
+
+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