[arch-commits] Commit in perl-digest-sha1/repos (2 files)

Felix Yan felixonmars at archlinux.org
Sat May 25 09:03:13 UTC 2019


    Date: Saturday, May 25, 2019 @ 09:03:13
  Author: felixonmars
Revision: 354004

archrelease: copy trunk to staging-x86_64

Added:
  perl-digest-sha1/repos/staging-x86_64/
  perl-digest-sha1/repos/staging-x86_64/PKGBUILD
    (from rev 354003, perl-digest-sha1/trunk/PKGBUILD)

----------+
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

Copied: perl-digest-sha1/repos/staging-x86_64/PKGBUILD (from rev 354003, perl-digest-sha1/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2019-05-25 09:03:13 UTC (rev 354004)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: kevin <kevin at archlinux.org>
+# Contributor: Manolis Tzanidakis
+
+pkgname=perl-digest-sha1
+pkgver=2.13
+pkgrel=12
+pkgdesc="Perl interface to the SHA-1 Algorithm"
+arch=(x86_64)
+license=('PerlArtistic')
+url="https://search.cpan.org/dist/Digest-SHA1/"
+depends=('perl')
+options=('!emptydirs')
+source=("https://www.cpan.org/authors/id/G/GA/GAAS/Digest-SHA1-$pkgver.tar.gz")
+md5sums=('bd22388f268434f2b24f64e28bf1aa35')
+
+build() {
+  cd Digest-SHA1-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Digest-SHA1-$pkgver
+  make test
+}
+
+package() {
+  cd Digest-SHA1-$pkgver
+  make install DESTDIR="$pkgdir"
+}
+# vim: ts=2 sw=2 et ft=sh



More information about the arch-commits mailing list