void-packages/srcpkgs/ansible/template
2019-01-24 18:51:40 -02:00

24 lines
743 B
Bash

# Template file for 'ansible'
pkgname=ansible
version=2.7.6
revision=1
noarch=yes
build_style=python3-module
pycompile_module="ansible"
hostmakedepends="python3-setuptools"
depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko
python3-yaml"
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=6d855ead966c1a24a7d583ddcea8dd9e1f6edab3207390b647149351e113eb38
post_install() {
vsconf examples/ansible.cfg
vsconf examples/hosts
for m in docs/man/man1/*.1; do
vman ${m}
done
}