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

Felix Yan felixonmars at archlinux.org
Sun Jun 21 10:25:42 UTC 2020


    Date: Sunday, June 21, 2020 @ 10:25:41
  Author: felixonmars
Revision: 648931

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 648928, perl-io-tee/trunk/PKGBUILD)

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

Copied: perl-io-tee/repos/community-staging-any/PKGBUILD (from rev 648928, perl-io-tee/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-06-21 10:25:41 UTC (rev 648931)
@@ -0,0 +1,25 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-io-tee
+pkgver=0.65
+pkgrel=3
+pkgdesc="Perl/CPAN Module IO::Tee : Multiplex output to multiple handles"
+arch=("any")
+url="https://search.cpan.org/dist/IO-Tee"
+license=("GPL" "PerlArtistic")
+source=("https://cpan.metacpan.org/authors/id/N/NE/NEILB/IO-Tee-$pkgver.tar.gz")
+sha256sums=('c63dcd109b268962f867407da2654282e3c85113dc7e9655fe8a62331d490c12')
+
+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