[arch-commits] Commit in hiera/repos (2 files)
Jonathan Steel
jsteel at archlinux.org
Mon Mar 30 09:48:00 UTC 2015
Date: Monday, March 30, 2015 @ 11:47:59
Author: jsteel
Revision: 130232
archrelease: copy trunk to community-testing-any
Added:
hiera/repos/community-testing-any/
hiera/repos/community-testing-any/PKGBUILD
(from rev 130231, hiera/trunk/PKGBUILD)
----------+
PKGBUILD | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
Copied: hiera/repos/community-testing-any/PKGBUILD (from rev 130231, hiera/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD (rev 0)
+++ community-testing-any/PKGBUILD 2015-03-30 09:47:59 UTC (rev 130232)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+
+pkgname=hiera
+pkgver=2.0.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=($pkgname-$pkgver.tar.gz::http://github.com/puppetlabs/$pkgname/archive/$pkgver.tar.gz)
+md5sums=('fa6dbd53553fd6143ab0b8fcb1ce442d')
+
+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