[arch-commits] Commit in perl-tie-cphash/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Thu Jun 1 08:57:57 UTC 2017


    Date: Thursday, June 1, 2017 @ 08:57:56
  Author: foutrelis
Revision: 231871

archrelease: copy trunk to community-staging-any

Added:
  perl-tie-cphash/repos/community-staging-any/
  perl-tie-cphash/repos/community-staging-any/PKGBUILD
    (from rev 231869, perl-tie-cphash/trunk/PKGBUILD)

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

Copied: perl-tie-cphash/repos/community-staging-any/PKGBUILD (from rev 231869, perl-tie-cphash/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-06-01 08:57:56 UTC (rev 231871)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-tie-cphash
+pkgver=2.000
+pkgrel=2
+pkgdesc="Perl/CPAN Module Tie::CPHash : Case preserving but case insensitive hash"
+arch=("any")
+url="http://search.cpan.org/dist/Tie-CPHash"
+license=("GPL" "PerlArtistic")
+depends=('perl')
+source=("http://www.cpan.org/authors/id/C/CJ/CJM/Tie-CPHash-$pkgver.tar.gz")
+md5sums=('e8c86f8294bd87b56b3c9d7e748ee1ce')
+
+build() {
+  cd "$srcdir"/Tie-CPHash-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/Tie-CPHash-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list