[arch-commits] Commit in hiera/repos (2 files)

Jonathan Steel jsteel at archlinux.org
Thu Mar 17 22:31:17 UTC 2016


    Date: Thursday, March 17, 2016 @ 23:31:17
  Author: jsteel
Revision: 167045

archrelease: copy trunk to community-testing-any

Added:
  hiera/repos/community-testing-any/
  hiera/repos/community-testing-any/PKGBUILD
    (from rev 167044, hiera/trunk/PKGBUILD)

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

Copied: hiera/repos/community-testing-any/PKGBUILD (from rev 167044, hiera/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2016-03-17 22:31:17 UTC (rev 167045)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+
+pkgname=hiera
+pkgver=3.1.0
+pkgrel=1
+pkgdesc="Lightweight pluggable hierarchical database"
+arch=('any')
+url="http://projects.puppetlabs.com/projects/hiera"
+license=('APACHE')
+depends=('ruby')
+backup=('etc/hiera.yaml')
+source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('3d2e81aa9a2aed377cc58ec62f202e93')
+
+package() {
+  cd $pkgname-$pkgver
+
+  ruby install.rb --destdir="$pkgdir" --sitelibdir="$( ruby -e \
+    'puts RbConfig::CONFIG["vendorlibdir"]' )" --mandir=/
+
+  install -d "$pkgdir"/var/lib/hiera/
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list