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

Evangelos Foutras foutrelis at archlinux.org
Wed Aug 1 12:08:26 UTC 2018


    Date: Wednesday, August 1, 2018 @ 12:08:25
  Author: foutrelis
Revision: 366665

archrelease: copy trunk to community-staging-any

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

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

Copied: perl-io-pager/repos/community-staging-any/PKGBUILD (from rev 366664, perl-io-pager/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-08-01 12:08:25 UTC (rev 366665)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-io-pager
+pkgver=0.36
+pkgrel=4
+pkgdesc="Perl/CPAN Module IO::Pager"
+arch=("any")
+url="http://search.cpan.org/dist/IO-Pager/"
+license=("GPL" "PerlArtistic")
+source=("https://www.cpan.org/authors/id/J/JP/JPIERCE/IO-Pager-$pkgver.tgz")
+sha256sums=('f8d560a3a167908e2d8a99687ace0ca56ffc3a5fc0fc3e2bd187bb10900bf136')
+
+build() {
+  cd "$srcdir"/IO-Pager-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/IO-Pager-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list