diff options
Diffstat (limited to 'system/perl-digest-hmac/APKBUILD')
-rw-r--r-- | system/perl-digest-hmac/APKBUILD | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/system/perl-digest-hmac/APKBUILD b/system/perl-digest-hmac/APKBUILD index 411445654..d36bb1541 100644 --- a/system/perl-digest-hmac/APKBUILD +++ b/system/perl-digest-hmac/APKBUILD @@ -1,35 +1,34 @@ -# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org> +# Maintainer: Síle Ekaterin Liszka <sheila@vulpine.house> pkgname=perl-digest-hmac -_realname=Digest-HMAC -pkgver=1.03 -pkgrel=1 +_pkgreal=Digest-HMAC +_author=ARODLAND +_au=${_author%%"${_author#??}"} +_a=${_author%%"${_author#?}"} +pkgver=1.04 +pkgrel=0 pkgdesc="Keyed-Hashing for Message Authentication Perl module" url="https://metacpan.org/release/Digest-HMAC" arch="noarch" license="GPL-2.0-only OR Artistic-1.0-Perl" -depends="perl perl-digest-sha1" -makedepends="perl-dev" -install= +depends="perl-digest-sha1" +makedepends="" subpackages="$pkgname-doc" -source="https://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$_realname-$pkgver.tar.gz" -builddir="$srcdir"/$_realname-$pkgver +source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver.tar.gz" +builddir="$srcdir/$_pkgreal-$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" +sha512sums="d30b62e60bfa9f6c0f0c058e190938f13a08a70a816771a0641226c24045cb6dbd622756f1f88593fd3690442a45636bdcaf35457e9dfea6de5f8a342a538a6d Digest-HMAC-1.04.tar.gz" |