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

Felix Yan felixonmars at archlinux.org
Tue May 19 07:51:55 UTC 2020


    Date: Tuesday, May 19, 2020 @ 07:51:55
  Author: felixonmars
Revision: 386058

archrelease: copy trunk to staging-any

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

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

Copied: perl-digest-hmac/repos/staging-any/PKGBUILD (from rev 386055, perl-digest-hmac/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2020-05-19 07:51:55 UTC (rev 386058)
@@ -0,0 +1,34 @@
+# 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=8
+pkgdesc="Perl Module: Keyed-Hashing for Message Authentication."
+arch=('any')
+license=('PerlArtistic')
+url="https://search.cpan.org/dist/Digest-HMAC/"
+depends=('perl-digest-sha1' 'perl')
+options=(!emptydirs)
+source=("https://www.cpan.org/authors/id/G/GA/GAAS/Digest-HMAC-$pkgver.tar.gz")
+md5sums=('e6a5d6f552da16eacb5157ea4369ff9d')
+
+build() {
+  cd Digest-HMAC-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Digest-HMAC-$pkgver
+  make test
+}
+
+package() {
+  cd Digest-HMAC-$pkgver
+  make install DESTDIR="$pkgdir"
+}
+
+# vim: ts=2 sw=2 et ft=sh



More information about the arch-commits mailing list