void-packages/srcpkgs/ansible/template
2016-04-21 14:24:16 +02:00

24 lines
699 B
Bash

# Template file for 'ansible'
pkgname=ansible
version=2.0.2.0
revision=1
noarch=yes
build_style=python-module
hostmakedepends="python-setuptools"
depends="${hostmakedepends} python-crypto python-Jinja2 python-paramiko python-yaml"
pycompile_module="ansible"
short_desc="Simple deployment, configuration management and execution framework"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-3"
homepage="http://www.ansible.com"
distfiles="http://releases.ansible.com/ansible/${pkgname}-${version}.tar.gz"
checksum=373a2e50319d90da50948e3faf1c033464b7302200e0199da8981d24646d4387
post_install() {
for f in examples/*; do
vsconf ${f}
done
for m in docs/man/man1/*.1; do
vman ${m}
done
}