void-packages/srcpkgs/ansible/template

25 lines
692 B
Bash
Raw Normal View History

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