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

Evangelos Foutras foutrelis at archlinux.org
Sat May 25 09:48:17 UTC 2019


    Date: Saturday, May 25, 2019 @ 09:48:17
  Author: foutrelis
Revision: 470205

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

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

Copied: perl-test-inter/repos/community-staging-any/PKGBUILD (from rev 470203, perl-test-inter/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-05-25 09:48:17 UTC (rev 470205)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-test-inter
+pkgver=1.09
+pkgrel=2
+pkgdesc='Framework for more readable interactive test scripts'
+arch=('any')
+url="https://metacpan.org/release/Test-Inter"
+license=('PerlArtistic')
+depends=('perl')
+makedepends=('perl-file-find-rule' 'perl-test-pod' 'perl-test-pod-coverage')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/Test-Inter-$pkgver.tar.gz")
+sha512sums=('b1f556393a445ae2c04fcc958fc3c9ee9091d17aaa9997dfde13098622162ebc27ac0282401abc27131a3b072be3aafeb5cc74af4b3e1ff4149f6c77536ef6c4')
+
+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