[arch-commits] Commit in (4 files)

Felix Yan fyan at archlinux.org
Thu Aug 7 04:26:47 UTC 2014


    Date: Thursday, August 7, 2014 @ 06:26:47
  Author: fyan
Revision: 116943

addpkg: perl-test-yaml 0.99-1

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

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

Added: perl-test-yaml/trunk/PKGBUILD
===================================================================
--- perl-test-yaml/trunk/PKGBUILD	                        (rev 0)
+++ perl-test-yaml/trunk/PKGBUILD	2014-08-07 04:26:47 UTC (rev 116943)
@@ -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
+}


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



More information about the arch-commits mailing list