[arch-commits] Commit in perl-regexp-shellish/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Mon May 24 11:24:23 UTC 2021


    Date: Monday, May 24, 2021 @ 11:24:22
  Author: foutrelis
Revision: 944396

archrelease: copy trunk to community-staging-any

Added:
  perl-regexp-shellish/repos/community-staging-any/
  perl-regexp-shellish/repos/community-staging-any/PKGBUILD
    (from rev 944395, perl-regexp-shellish/trunk/PKGBUILD)

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

Copied: perl-regexp-shellish/repos/community-staging-any/PKGBUILD (from rev 944395, perl-regexp-shellish/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-05-24 11:24:22 UTC (rev 944396)
@@ -0,0 +1,25 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-regexp-shellish
+pkgver=0.93
+pkgrel=12
+pkgdesc="Perl/CPAN Module Regexp::Shellish : Shelllike regular expressions"
+arch=("any")
+url="https://search.cpan.org/dist/Regexp-Shellish"
+license=("GPL" "PerlArtistic")
+source=("https://www.cpan.org/authors/id/R/RB/RBS/Regexp-Shellish-$pkgver.tar.gz")
+sha256sums=('39b4991192e6c6fcda39075b674515fdb3a0657c1cdccc8c2552e434233955f9')
+
+build() {
+  cd "$srcdir"/Regexp-Shellish-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/Regexp-Shellish-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list