void-packages/srcpkgs/ansible/template
2020-10-10 10:21:09 -04:00

23 lines
736 B
Bash

# Template file for 'ansible'
pkgname=ansible
version=2.9.13
revision=2
build_style=python3-module
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=3ab21588992fbfe9de3173aefd63da1267dc12892a60f5cfdc055fe19c549644
post_install() {
vsconf examples/ansible.cfg
vsconf examples/hosts
for m in docs/man/man1/*.1; do
vman ${m}
done
}