[arch-commits] Commit in (4 files)

Felix Yan felixonmars at archlinux.org
Sun Jul 10 12:38:49 UTC 2016


    Date: Sunday, July 10, 2016 @ 12:38:49
  Author: felixonmars
Revision: 182608

addpkg: perl-test-simple 1.302040-1

Added:
  perl-test-simple/
  perl-test-simple/repos/
  perl-test-simple/trunk/
  perl-test-simple/trunk/PKGBUILD

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

Added: perl-test-simple/trunk/PKGBUILD
===================================================================
--- perl-test-simple/trunk/PKGBUILD	                        (rev 0)
+++ perl-test-simple/trunk/PKGBUILD	2016-07-10 12:38:49 UTC (rev 182608)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-test-simple
+pkgver=1.302040
+pkgrel=1
+pkgdesc="Basic utilities for writing tests."
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Test-Simple"
+depends=('perl')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-$pkgver.tar.gz")
+sha512sums=('c0f2a669e15d70b29bbf7c83154369c03a02ab9230e1c264b916ae049b08b29cd3e423851addd050037b359821c4a0aa157ed5bab9bd63f1bfe29ca7491ba53d')
+
+build() {
+  cd Test-Simple-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-Simple-$pkgver
+  make test
+}
+
+package() {
+  cd Test-Simple-$pkgver
+  make DESTDIR="$pkgdir" install
+}


Property changes on: perl-test-simple/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list