[arch-commits] Commit in perl-digest-hmac/repos (staging-any staging-any/PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Sat May 25 09:22:36 UTC 2019
Date: Saturday, May 25, 2019 @ 09:22:36
Author: foutrelis
Revision: 354078
archrelease: copy trunk to staging-any
Added:
perl-digest-hmac/repos/staging-any/
perl-digest-hmac/repos/staging-any/PKGBUILD
(from rev 354077, perl-digest-hmac/trunk/PKGBUILD)
----------+
PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
Copied: perl-digest-hmac/repos/staging-any/PKGBUILD (from rev 354077, perl-digest-hmac/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD (rev 0)
+++ staging-any/PKGBUILD 2019-05-25 09:22:36 UTC (rev 354078)
@@ -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=7
+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