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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 17:08:10 UTC 2020


    Date: Tuesday, July 7, 2020 @ 17:08:09
  Author: felixonmars
Revision: 659575

archrelease: copy trunk to community-staging-any

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

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

Copied: perl-tie-ixhash/repos/community-staging-any/PKGBUILD (from rev 659572, perl-tie-ixhash/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-07-07 17:08:09 UTC (rev 659575)
@@ -0,0 +1,28 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
+# Contributor: François Charette <firmicus ατ gmx δοτ net>
+
+pkgname=perl-tie-ixhash
+pkgver=1.23
+pkgrel=5
+pkgdesc="Indexed hash (ordered array/hash composite)"
+arch=('any')
+url="https://search.cpan.org/dist/Tie-IxHash"
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10.0')
+options=('!emptydirs')
+source=(https://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/Tie-IxHash-$pkgver.tar.gz)
+md5sums=('8393f2ced231533c3e714abad582f291')
+
+build() {
+  cd  "$srcdir"/Tie-IxHash-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/Tie-IxHash-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list