[arch-commits] Commit in perl-test-simple/repos (community-any community-any/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Jul 10 12:39:04 UTC 2016


    Date: Sunday, July 10, 2016 @ 12:39:04
  Author: felixonmars
Revision: 182609

archrelease: copy trunk to community-any

Added:
  perl-test-simple/repos/community-any/
  perl-test-simple/repos/community-any/PKGBUILD
    (from rev 182608, perl-test-simple/trunk/PKGBUILD)

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

Copied: perl-test-simple/repos/community-any/PKGBUILD (from rev 182608, perl-test-simple/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2016-07-10 12:39:04 UTC (rev 182609)
@@ -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
+}



More information about the arch-commits mailing list