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

Felix Yan felixonmars at archlinux.org
Sun Jun 21 16:03:25 UTC 2020


    Date: Sunday, June 21, 2020 @ 16:03:24
  Author: felixonmars
Revision: 649578

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 649576, 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 649576, perl-term-read-password/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-06-21 16:03:24 UTC (rev 649578)
@@ -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=10
+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