🔒 Repository is read-only – file editing is disabled.

recipes/utils/perl-digest-hmac/PAGBUILD.yaml main

25 linii Raw ← Powrót
12345678910111213141516171819202122232425
pkgname: perl-digest-hmac
pkgver: '1.05'
pkgrel: '2'
pkgdesc: Keyed-Hashing for Message Authentication
url: 'https://metacpan.org/pod/Digest::HMAC'
arch: x86_64
depends:
- perl
makedepends:
- perl
- perl-digest-sha1
source:
- 'https://cpan.metacpan.org/authors/id/A/AR/ARODLAND/Digest-HMAC-${pkgver}.tar.gz'
sha256sums:
- 215cb59cba610745cfb2d4b3f8ef756d590e57e3ad7986a992e87c4969fcdc7a
build: |
  cd Digest-HMAC-${pkgver}
  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
  make
  make DESTDIR=${PKGDIR} install
  find ${PKGDIR} \
          -name '*.bs' -or \
          -name .packlist | xargs rm
package: |
  true