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

Evangelos Foutras foutrelis at archlinux.org
Wed Aug 1 09:04:12 UTC 2018


    Date: Wednesday, August 1, 2018 @ 09:04:11
  Author: foutrelis
Revision: 366229

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 366228, perl-test-inter/trunk/PKGBUILD)

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

Copied: perl-test-inter/repos/community-staging-any/PKGBUILD (from rev 366228, perl-test-inter/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-08-01 09:04:11 UTC (rev 366229)
@@ -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.07
+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")
+sha512sums=('8897dd10a625941ac0c6dd6a177642c527d402de3f4446de6cf4bb5115d25191c9725bb6ac3ea4db5bba9ac44c451802dfb23e0bdc4a4e605087a79da66e9aae')
+
+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