[arch-commits] Commit in perl-crypt-smbhash/repos (2 files)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Sun May 29 11:51:28 UTC 2022
Date: Sunday, May 29, 2022 @ 11:51:27
Author: foutrelis
Revision: 1214460
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 1214459, perl-crypt-smbhash/trunk/PKGBUILD)
----------+
PKGBUILD | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
Copied: perl-crypt-smbhash/repos/community-staging-any/PKGBUILD (from rev 1214459, perl-crypt-smbhash/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2022-05-29 11:51:27 UTC (rev 1214460)
@@ -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=10
+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