[arch-commits] Commit in perl-digest-hmac/repos (staging-any staging-any/PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Thu Jun 1 11:21:53 UTC 2017


    Date: Thursday, June 1, 2017 @ 11:21:52
  Author: foutrelis
Revision: 297219

archrelease: copy trunk to staging-any

Added:
  perl-digest-hmac/repos/staging-any/
  perl-digest-hmac/repos/staging-any/PKGBUILD
    (from rev 297218, perl-digest-hmac/trunk/PKGBUILD)

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

Copied: perl-digest-hmac/repos/staging-any/PKGBUILD (from rev 297218, perl-digest-hmac/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2017-06-01 11:21:52 UTC (rev 297219)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: kevin <kevin at archlinux.org>
+# Contributor: Manolis Tzanidakis
+
+pkgname=perl-digest-hmac
+_realname=Digest-HMAC
+pkgver=1.03
+pkgrel=4
+pkgdesc="Perl Module: Keyed-Hashing for Message Authentication."
+arch=('any')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/"
+depends=('perl-digest-sha1' 'perl>=5.10.0')
+options=(!emptydirs)
+replaces=('digest-hmac')
+provides=('digest-hmac')
+source=(http://www.cpan.org/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz)
+md5sums=('e6a5d6f552da16eacb5157ea4369ff9d')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}
+
+# vim: ts=2 sw=2 et ft=sh



More information about the arch-commits mailing list