[arch-commits] Commit in perl-term-table/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Sat Aug 26 12:21:42 UTC 2017


    Date: Saturday, August 26, 2017 @ 12:21:41
  Author: foutrelis
Revision: 253974

archrelease: copy trunk to community-staging-any

Added:
  perl-term-table/repos/community-staging-any/
  perl-term-table/repos/community-staging-any/PKGBUILD
    (from rev 253973, perl-term-table/trunk/PKGBUILD)

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

Copied: perl-term-table/repos/community-staging-any/PKGBUILD (from rev 253973, perl-term-table/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-08-26 12:21:41 UTC (rev 253974)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-term-table
+pkgver=0.008
+pkgrel=3
+pkgdesc="Format a header and rows into a table"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Term-Table"
+# Specify version bounds to pick up perl-test-simple in [community], since perl includes an old one.
+depends=('perl-importer' 'perl-test-simple>=1.300000')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Term-Table-$pkgver.tar.gz")
+sha512sums=('d741313933c8925ca3451056d05172c440ab4a46f5a4cbaeae3c6d4b82d29314e69643e8c3e60dced42768f2102277461b2d2dc4bf945d982df9265f49339d06')
+
+build() {
+  cd Term-Table-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Term-Table-$pkgver
+  make test
+}
+
+package() {
+  cd Term-Table-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list