From 7155223b10615e72b2972f01204f51a5b34bed0e Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 26 Jun 2018 05:56:44 -0500 Subject: system/perl-digest-hmac: pull in for git-email --- system/perl-digest-hmac/APKBUILD | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 system/perl-digest-hmac/APKBUILD (limited to 'system/perl-digest-hmac') diff --git a/system/perl-digest-hmac/APKBUILD b/system/perl-digest-hmac/APKBUILD new file mode 100644 index 000000000..ccf09a834 --- /dev/null +++ b/system/perl-digest-hmac/APKBUILD @@ -0,0 +1,35 @@ +# Maintainer: Adélie Perl Team +pkgname=perl-digest-hmac +_realname=Digest-HMAC +pkgver=1.03 +pkgrel=1 +pkgdesc="Keyed-Hashing for Message Authentication Perl module" +url="http://search.cpan.org/~gaas/Digest-HMAC-1.01/" +arch="noarch" +license="GPL-2.0-only OR Artistic-1.0-Perl" +depends="perl perl-digest-sha1" +makedepends="perl-dev" +install= +subpackages="$pkgname-doc" +source="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$_realname-$pkgver.tar.gz" +builddir="$srcdir"/$_realname-$pkgver + +build() { + cd "$builddir" + PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor + make +} + +check() { + cd "$builddir" + make test +} + +package() { + cd "$builddir" + make DESTDIR="$pkgdir" install + # creates file collision among perl modules + find "$pkgdir" -name perllocal.pod -delete +} + +sha512sums="9863547f8bccdc08e0e3d565b9f0fc3c64cbcc366d92692715a9594e3c02474f7927cb833b5aa0183e7bb757b0ad4d74ea52e481480527a5b1dbcf560b4e4b5b Digest-HMAC-1.03.tar.gz" -- cgit v1.2.3-60-g2f50