diff options
Diffstat (limited to 'system/perl-digest-hmac/APKBUILD')
-rw-r--r-- | system/perl-digest-hmac/APKBUILD | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/system/perl-digest-hmac/APKBUILD b/system/perl-digest-hmac/APKBUILD index 411445654..7c76618d8 100644 --- a/system/perl-digest-hmac/APKBUILD +++ b/system/perl-digest-hmac/APKBUILD @@ -1,32 +1,31 @@ # Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org> pkgname=perl-digest-hmac -_realname=Digest-HMAC +_pkgreal=Digest-HMAC +_author=GAAS +_au=${_author%%"${_author#??}"} +_a=${_author%%"${_author#?}"} pkgver=1.03 pkgrel=1 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 |