void-packages/srcpkgs/hiera/template

20 lines
540 B
Bash
Raw Normal View History

2014-11-25 18:16:54 +01:00
# Template file for 'hiera'
pkgname=hiera
2015-07-29 10:02:33 +02:00
version=3.0.1
2015-07-29 10:23:03 +02:00
revision=2
noarch=yes
2014-11-25 18:16:54 +01:00
build_style=ruby-module
hostmakedepends="ruby"
2015-07-29 10:02:33 +02:00
depends="ruby>=2.2<2.3"
2014-11-25 18:16:54 +01:00
conf_files="/etc/hiera.yaml"
short_desc="A simple pluggable Hierarchical Database"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2014-11-25 18:16:54 +01:00
license="Apache-2.0"
homepage="http://projects.puppetlabs.com/projects/hiera"
distfiles="http://github.com/puppetlabs/$pkgname/archive/$version.tar.gz"
2015-07-29 10:02:33 +02:00
checksum=74b218801633c34a56a7d1e1926a52874bdfd4f7385956d44a15a9f8a47446cd
2014-11-25 18:16:54 +01:00
post_install() {
vlicense LICENSE
}