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

Felix Yan fyan at archlinux.org
Thu Aug 7 04:27:14 UTC 2014


    Date: Thursday, August 7, 2014 @ 06:27:14
  Author: fyan
Revision: 116944

archrelease: copy trunk to community-any

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

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

Copied: perl-test-yaml/repos/community-any/PKGBUILD (from rev 116943, perl-test-yaml/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2014-08-07 04:27:14 UTC (rev 116944)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=perl-test-yaml
+pkgver=0.99
+pkgrel=1
+pkgdesc="Testing Module for YAML Implementations"
+arch=('any')
+url="http://search.cpan.org/dist/Test-YAML/"
+license=('GPL' 'PerlArtistic')
+depends=('perl-test-base')
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/I/IN/INGY/Test-YAML-${pkgver}.tar.gz")
+sha1sums=('e02365601b5253b8aa001c8be177c92e9fed725c')
+
+build() {
+  cd Test-YAML-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-YAML-${pkgver}
+  make test
+}
+
+package() {
+  cd Test-YAML-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list