[arch-commits] Commit in perl-io-tty/repos (2 files)

Felix Yan felixonmars at archlinux.org
Sun Jun 21 10:20:46 UTC 2020


    Date: Sunday, June 21, 2020 @ 10:20:45
  Author: felixonmars
Revision: 648901

archrelease: copy trunk to community-staging-x86_64

Added:
  perl-io-tty/repos/community-staging-x86_64/
  perl-io-tty/repos/community-staging-x86_64/PKGBUILD
    (from rev 648898, perl-io-tty/trunk/PKGBUILD)

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

Copied: perl-io-tty/repos/community-staging-x86_64/PKGBUILD (from rev 648898, perl-io-tty/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-06-21 10:20:45 UTC (rev 648901)
@@ -0,0 +1,26 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-io-tty
+pkgver=1.12
+pkgrel=10
+pkgdesc="Provide an interface to TTYs and PTYs"
+arch=('x86_64')
+url="https://search.cpan.org/dist/IO-Tty/"
+license=("GPL" "PerlArtistic")
+depends=('glibc')
+options=('!emptydirs')
+source=("https://search.cpan.org/CPAN/authors/id/T/TO/TODDR/IO-Tty-$pkgver.tar.gz")
+md5sums=('11695a1a516b3bd1b90ce75ff0ce3e6d')
+
+build() {
+  cd "$srcdir"/IO-Tty-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+package() {
+  cd "$srcdir"/IO-Tty-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list