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

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

24 linii Raw ← Powrót
123456789101112131415161718192021222324
pkgname: perl-digest-sha1
pkgver: '2.13'
pkgrel: '3'
pkgdesc: Perl interface to the SHA-1 Algorithm
url: 'https://metacpan.org/pod/Digest::SHA1'
arch: x86_64
depends:
- perl
makedepends: []
source:
- 'https://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-SHA1-${pkgver}.tar.gz'
sha256sums:
- 68c1dac2187421f0eb7abf71452a06f190181b8fc4b28ededf5b90296fb943cc
build: |
  cd Digest-SHA1-${pkgver}
  perl Makefile.PL INSTALLDIRS=vendor
  make
  make DESTDIR=${PKGDIR} install

  find ${PKGDIR} \
   -name '*.bs' -or \
   -name .packlist -delete
package: |
  true