[arch-commits] Commit in perl-crypt-smbhash/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Sat May 25 11:45:34 UTC 2019


    Date: Saturday, May 25, 2019 @ 11:45:34
  Author: foutrelis
Revision: 470466

archrelease: copy trunk to community-staging-any

Added:
  perl-crypt-smbhash/repos/community-staging-any/
  perl-crypt-smbhash/repos/community-staging-any/PKGBUILD
    (from rev 470464, perl-crypt-smbhash/trunk/PKGBUILD)

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

Copied: perl-crypt-smbhash/repos/community-staging-any/PKGBUILD (from rev 470464, perl-crypt-smbhash/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-05-25 11:45:34 UTC (rev 470466)
@@ -0,0 +1,25 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Martin Imobersteg <imm at gmx.ch>
+
+pkgname=perl-crypt-smbhash
+pkgver=0.12
+pkgrel=7
+pkgdesc="Perl/CPAN Module Crypt::SmbHash : Perl-only implementation of lanman and nt md4 hash functions, for use in Samba style smbpasswd entries."
+arch=("any")
+url="https://search.cpan.org/dist/Crypt-SmbHash/SmbHash.pm"
+license=("GPL")
+source=('https://search.cpan.org/CPAN/authors/id/B/BJ/BJKUIT/Crypt-SmbHash-0.12.tar.gz')
+md5sums=('a6e3f4d65a89bfcc9ba0c69691e6105b')
+
+build() {
+  cd "$srcdir"/Crypt-SmbHash-0.12
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/Crypt-SmbHash-0.12
+  make pure_install doc_install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list