[arch-commits] Commit in hiera/repos (2 files)
Jonathan Steel
jsteel at archlinux.org
Mon Oct 30 11:59:42 UTC 2017
Date: Monday, October 30, 2017 @ 11:59:38
Author: jsteel
Revision: 264763
archrelease: copy trunk to community-testing-any
Added:
hiera/repos/community-testing-any/
hiera/repos/community-testing-any/PKGBUILD
(from rev 264762, hiera/trunk/PKGBUILD)
----------+
PKGBUILD | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
Copied: hiera/repos/community-testing-any/PKGBUILD (from rev 264762, hiera/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD (rev 0)
+++ community-testing-any/PKGBUILD 2017-10-30 11:59:38 UTC (rev 264763)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+
+pkgname=hiera
+pkgver=3.4.2
+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=('5ba594aaab0976bc3e0e3bd97d6e5825')
+
+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