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

Evangelos Foutras foutrelis at archlinux.org
Sat Aug 26 11:20:03 UTC 2017


    Date: Saturday, August 26, 2017 @ 11:20:02
  Author: foutrelis
Revision: 253809

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

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

Copied: perl-regexp-shellish/repos/community-staging-any/PKGBUILD (from rev 253808, perl-regexp-shellish/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-08-26 11:20:02 UTC (rev 253809)
@@ -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=8
+pkgdesc="Perl/CPAN Module Regexp::Shellish : Shelllike regular expressions"
+arch=("any")
+url="http://search.cpan.org/dist/Regexp-Shellish"
+license=("GPL" "PerlArtistic")
+source=("http://www.cpan.org/authors/id/R/RB/RBS/Regexp-Shellish-$pkgver.tar.gz")
+md5sums=('a5f92bf82b3d5033518e6d2c1028ee37')
+
+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