[arch-commits] Commit in perl-test-inter/repos (2 files)

Felix Yan felixonmars at archlinux.org
Thu Jun 1 09:08:07 UTC 2017


    Date: Thursday, June 1, 2017 @ 09:08:05
  Author: felixonmars
Revision: 231969

archrelease: copy trunk to community-staging-any

Added:
  perl-test-inter/repos/community-staging-any/
  perl-test-inter/repos/community-staging-any/PKGBUILD
    (from rev 231967, perl-test-inter/trunk/PKGBUILD)

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

Copied: perl-test-inter/repos/community-staging-any/PKGBUILD (from rev 231967, perl-test-inter/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-06-01 09:08:05 UTC (rev 231969)
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 109093 2014-04-10 12:45:00Z fyan $
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-test-inter
+pkgver=1.06
+pkgrel=2
+pkgdesc='Framework for more readable interactive test scripts'
+arch=('any')
+url="https://metacpan.org/release/Test-Inter"
+license=('PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/Test-Inter-$pkgver.tar.gz")
+sha1sums=('fe7ac2c6328546dd11f6dcbe297261c5792c114f')
+
+build() {
+  cd Test-Inter-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-Inter-$pkgver
+  make test
+}
+
+package() {
+  cd Test-Inter-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list