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

Florian Pritz bluewind at archlinux.org
Wed Aug 1 09:06:39 UTC 2018


    Date: Wednesday, August 1, 2018 @ 09:06:39
  Author: bluewind
Revision: 366257

archrelease: copy trunk to community-staging-any

Added:
  perl-io-tee/repos/community-staging-any/
  perl-io-tee/repos/community-staging-any/PKGBUILD
    (from rev 366256, perl-io-tee/trunk/PKGBUILD)

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

Copied: perl-io-tee/repos/community-staging-any/PKGBUILD (from rev 366256, perl-io-tee/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-08-01 09:06:39 UTC (rev 366257)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-io-tee
+pkgver=0.64
+pkgrel=8
+pkgdesc="Perl/CPAN Module IO::Tee : Multiplex output to multiple handles"
+arch=("any")
+url="http://search.cpan.org/dist/IO-Tee"
+license=("GPL" "PerlArtistic")
+source=("https://www.cpan.org/authors/id/K/KE/KENSHAN/IO-Tee-$pkgver.tar.gz")
+sha256sums=('3ed276b1c2d3511338653c2532e73753d284943c1a8f5159ff37fecc2b345ed6')
+
+build() {
+  cd "$srcdir"/IO-Tee-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/IO-Tee-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list