[arch-commits] Commit in hiera/repos (2 files)
Jonathan Steel
jsteel at archlinux.org
Wed Nov 18 17:46:55 UTC 2015
Date: Wednesday, November 18, 2015 @ 18:46:54
Author: jsteel
Revision: 147099
archrelease: copy trunk to community-testing-any
Added:
hiera/repos/community-testing-any/
hiera/repos/community-testing-any/PKGBUILD
(from rev 147098, hiera/trunk/PKGBUILD)
----------+
PKGBUILD | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
Copied: hiera/repos/community-testing-any/PKGBUILD (from rev 147098, hiera/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD (rev 0)
+++ community-testing-any/PKGBUILD 2015-11-18 17:46:54 UTC (rev 147099)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+
+pkgname=hiera
+pkgver=3.0.5
+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=('3f56853806c12d87f9bfbb12fd081030')
+
+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