mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
New package: hiera-1.3.4.
This commit is contained in:
parent
99becc55bd
commit
b6856e3325
1 changed files with 19 additions and 0 deletions
19
srcpkgs/hiera/template
Normal file
19
srcpkgs/hiera/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'hiera'
|
||||||
|
pkgname=hiera
|
||||||
|
version=1.3.4
|
||||||
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
build_style=ruby-module
|
||||||
|
hostmakedepends="ruby"
|
||||||
|
depends="ruby"
|
||||||
|
conf_files="/etc/hiera.yaml"
|
||||||
|
short_desc="A simple pluggable Hierarchical Database"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
license="Apache-2.0"
|
||||||
|
homepage="http://projects.puppetlabs.com/projects/hiera"
|
||||||
|
distfiles="http://github.com/puppetlabs/$pkgname/archive/$version.tar.gz"
|
||||||
|
checksum=d6a449a45ce743af525fcd5e0c13bbacfc2c66e0761b7adb860c33c2f42e84ff
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue