[arch-commits] Commit in perl-ppix-regexp/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Mon Apr 18 05:30:28 UTC 2022
Date: Monday, April 18, 2022 @ 05:30:28
Author: felixonmars
Revision: 1186964
archrelease: copy trunk to community-any
Added:
perl-ppix-regexp/repos/community-any/PKGBUILD
(from rev 1186963, perl-ppix-regexp/trunk/PKGBUILD)
Deleted:
perl-ppix-regexp/repos/community-any/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-18 05:30:17 UTC (rev 1186963)
+++ PKGBUILD 2022-04-18 05:30:28 UTC (rev 1186964)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-ppix-regexp
-pkgver=0.084
-pkgrel=1
-pkgdesc="Parse regular expressions"
-arch=('any')
-license=('PerlArtistic')
-url="https://metacpan.org/release/PPIx-Regexp"
-depends=('perl-list-moreutils' 'perl-ppi' 'perl-task-weaken')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/W/WY/WYANT/PPIx-Regexp-$pkgver.tar.gz")
-sha512sums=('76200198a9e72831ba6a1e68c55dc2121c750760232ce9402f3a851efe3cf7ee2533630ef18158cebce291aad97202cf5e23583adb91800b175be9dadd397855')
-
-build() {
- cd PPIx-Regexp-$pkgver
- perl Makefile.PL INSTALLDIRS=vendor
- make
-}
-
-check() {
- cd PPIx-Regexp-$pkgver
- make test
-}
-
-package() {
- cd PPIx-Regexp-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: perl-ppix-regexp/repos/community-any/PKGBUILD (from rev 1186963, perl-ppix-regexp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-04-18 05:30:28 UTC (rev 1186964)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-ppix-regexp
+pkgver=0.085
+pkgrel=1
+pkgdesc="Parse regular expressions"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/PPIx-Regexp"
+depends=('perl-list-moreutils' 'perl-ppi' 'perl-task-weaken')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/W/WY/WYANT/PPIx-Regexp-$pkgver.tar.gz")
+sha512sums=('d5c29e4127b803267e81f1cf6dde522850a3efb85de8421bfd2c5e144c36c3cfa5ec51e13342c6f2a104325748c5d59891b19de02d69b8e7a3243356e0bcf4ff')
+
+build() {
+ cd PPIx-Regexp-$pkgver
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ cd PPIx-Regexp-$pkgver
+ make test
+}
+
+package() {
+ cd PPIx-Regexp-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list