[arch-commits] Commit in perl-test-inter/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Sat Aug 26 11:26:58 UTC 2017
Date: Saturday, August 26, 2017 @ 11:26:57
Author: foutrelis
Revision: 253833
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 253832, perl-test-inter/trunk/PKGBUILD)
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Copied: perl-test-inter/repos/community-staging-any/PKGBUILD (from rev 253832, perl-test-inter/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2017-08-26 11:26:57 UTC (rev 253833)
@@ -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=3
+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