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

Evangelos Foutras foutrelis at archlinux.org
Wed Aug 1 12:01:04 UTC 2018


    Date: Wednesday, August 1, 2018 @ 12:01:03
  Author: foutrelis
Revision: 366633

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 366632, perl-regexp-shellish/trunk/PKGBUILD)

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

Copied: perl-regexp-shellish/repos/community-staging-any/PKGBUILD (from rev 366632, perl-regexp-shellish/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-08-01 12:01:03 UTC (rev 366633)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-regexp-shellish
+pkgver=0.93
+pkgrel=9
+pkgdesc="Perl/CPAN Module Regexp::Shellish : Shelllike regular expressions"
+arch=("any")
+url="http://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