void-packages/srcpkgs/ansible/template
2016-05-27 08:45:15 +02:00

26 lines
711 B
Bash

# Template file for 'ansible'
pkgname=ansible
version=2.1.0.0
revision=1
noarch=yes
build_style=python-module
hostmakedepends="python-setuptools"
depends="${hostmakedepends} python-crypto python-Jinja2 python-paramiko
python-yaml python-six"
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=403443b55f6522cf86f9b41544a9b6b81f7d27f088446e85334d5d7a6317ccad
post_install() {
for f in examples/*; do
vsconf ${f}
done
for m in docs/man/man1/*.1; do
vman ${m}
done
}