[arch-commits] Commit in perl-term-read-password/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Sat May 25 12:09:48 UTC 2019


    Date: Saturday, May 25, 2019 @ 12:09:48
  Author: foutrelis
Revision: 470642

archrelease: copy trunk to community-staging-any

Added:
  perl-term-read-password/repos/community-staging-any/
  perl-term-read-password/repos/community-staging-any/PKGBUILD
    (from rev 470641, perl-term-read-password/trunk/PKGBUILD)

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

Copied: perl-term-read-password/repos/community-staging-any/PKGBUILD (from rev 470641, perl-term-read-password/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-05-25 12:09:48 UTC (rev 470642)
@@ -0,0 +1,26 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Wael Nasreddine <gandalf at siemens-mobiles.org>
+
+pkgname=perl-term-read-password
+pkgver=0.11
+pkgrel=9
+pkgdesc="lets you ask the user for a password without echoing"
+arch=('any')
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+url="https://search.cpan.org/dist/Term-ReadPassword"
+source=(https://cpan.org/modules/by-module/Term/Term-ReadPassword-$pkgver.tar.gz)
+md5sums=('e4e611f2a1efcf99c2b0c0488dd615e6')
+
+build() {
+  cd "$srcdir"/Term-ReadPassword-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/Term-ReadPassword-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list