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

Evangelos Foutras foutrelis at archlinux.org
Wed Aug 1 09:10:43 UTC 2018


    Date: Wednesday, August 1, 2018 @ 09:10:42
  Author: foutrelis
Revision: 366293

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 366291, perl-io-tty/trunk/PKGBUILD)

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

Copied: perl-io-tty/repos/community-staging-x86_64/PKGBUILD (from rev 366291, perl-io-tty/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-08-01 09:10:42 UTC (rev 366293)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-io-tty
+pkgver=1.12
+pkgrel=7
+pkgdesc="Provide an interface to TTYs and PTYs"
+arch=('x86_64')
+url="http://search.cpan.org/dist/IO-Tty/"
+license=("GPL" "PerlArtistic")
+depends=('glibc')
+options=('!emptydirs')
+source=("http://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