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

Evangelos Foutras foutrelis at archlinux.org
Sat May 25 11:57:59 UTC 2019


    Date: Saturday, May 25, 2019 @ 11:57:59
  Author: foutrelis
Revision: 470568

archrelease: copy trunk to community-staging-x86_64

Added:
  perl-crypt-blowfish/repos/community-staging-x86_64/
  perl-crypt-blowfish/repos/community-staging-x86_64/PKGBUILD
    (from rev 470567, perl-crypt-blowfish/trunk/PKGBUILD)

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

Copied: perl-crypt-blowfish/repos/community-staging-x86_64/PKGBUILD (from rev 470567, perl-crypt-blowfish/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2019-05-25 11:57:59 UTC (rev 470568)
@@ -0,0 +1,25 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-crypt-blowfish
+pkgver=2.14
+pkgrel=9
+pkgdesc="Perl/CPAN Module Crypt::Blowfish : XSbased implementation of Blowfish"
+arch=("x86_64")
+url="https://search.cpan.org/dist/Crypt-Blowfish"
+license=("GPL" "PerlArtistic")
+source=("https://search.cpan.org/CPAN/authors/id/D/DP/DPARIS/Crypt-Blowfish-$pkgver.tar.gz")
+md5sums=('792b43cd4e49d2c2cf4a9f6990ff7d1b')
+
+build() {
+  cd "$srcdir"/Crypt-Blowfish-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
+  make
+}
+
+package() {
+  cd "$srcdir"/Crypt-Blowfish-$pkgver
+  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