[arch-commits] Commit in perl-cache-memcached/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 17:57:42 UTC 2020


    Date: Tuesday, July 7, 2020 @ 17:57:42
  Author: felixonmars
Revision: 659924

archrelease: copy trunk to community-staging-any

Added:
  perl-cache-memcached/repos/community-staging-any/
  perl-cache-memcached/repos/community-staging-any/PKGBUILD
    (from rev 659923, perl-cache-memcached/trunk/PKGBUILD)

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

Copied: perl-cache-memcached/repos/community-staging-any/PKGBUILD (from rev 659923, perl-cache-memcached/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-07-07 17:57:42 UTC (rev 659924)
@@ -0,0 +1,28 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+# Contributor: Francois Charette <firmicus at gmx.net>
+
+pkgname=perl-cache-memcached
+pkgver=1.30
+pkgrel=4
+pkgdesc="client library for memcached (memory cache daemon) "
+arch=(any)
+url="https://search.cpan.org/dist/Cache-Memcached"
+license=('GPL' 'PerlArtistic')
+depends=('perl-string-crc32')
+options=('!emptydirs')
+source=(https://search.cpan.org/CPAN/authors/id/D/DO/DORMANDO/Cache-Memcached-$pkgver.tar.gz)
+md5sums=('6f87a85c8dee38fb9ebf1df56cb07f7b')
+
+build() {
+  cd  "$srcdir"/Cache-Memcached-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/Cache-Memcached-$pkgver
+  make pure_install doc_install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list