void-packages/srcpkgs/ansible/template
2017-12-04 09:04:51 +01:00

26 lines
710 B
Bash

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