void-packages/srcpkgs/ansible/template

25 lines
693 B
Bash
Raw Normal View History

2013-12-28 16:19:57 +00:00
# Template file for 'ansible'
pkgname=ansible
2015-05-21 08:05:20 +00:00
version=1.9.1
2015-03-21 21:32:20 +00:00
revision=1
noarch=yes
2013-12-28 16:19:57 +00:00
build_style=python-module
2014-06-18 13:43:09 +00:00
hostmakedepends="python-setuptools"
depends="${hostmakedepends} python-crypto python-Jinja2 python-paramiko python-yaml"
pycompile_module="ansible"
2014-11-26 07:53:08 +00:00
short_desc="Simple deployment, configuration management and execution framework"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2013-12-28 16:19:57 +00:00
license="GPL-3"
2015-03-21 21:25:38 +00:00
homepage="http://www.ansible.com"
distfiles="http://releases.ansible.com/ansible/$pkgname-$version.tar.gz"
2015-05-21 08:05:20 +00:00
checksum=a6f975d565723765a4d490ff40cede96833a745f38908def4950a0075f1973f5
post_install() {
for f in examples/*; do
vsconf ${f}
done
for m in docs/man/man1/*.1; do
vman ${m}
done
}