void-packages/srcpkgs/ansible/template
2019-07-28 10:07:06 +02:00

25 lines
775 B
Bash

# Template file for 'ansible'
pkgname=ansible
version=2.8.3
revision=1
archs=noarch
build_style=python3-module
pycompile_module="ansible"
hostmakedepends="python3-setuptools"
depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko
python3-yaml"
checkdepends="python3-pytest"
short_desc="Simple deployment, configuration management and execution framework"
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://www.ansible.com/"
distfiles="https://releases.ansible.com/ansible/${pkgname}-${version}.tar.gz"
checksum=05f9ed3ca3e06dffaa87a73a8e6f7f322825bc3f609f8b71c4fe22dbbdf72abc
post_install() {
vsconf examples/ansible.cfg
vsconf examples/hosts
for m in docs/man/man1/*.1; do
vman ${m}
done
}