void-packages/srcpkgs/ansible/template
2018-06-18 05:09:33 -03:00

25 lines
719 B
Bash

# Template file for 'ansible'
pkgname=ansible
version=2.5.5
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.0-or-later"
homepage="https://www.ansible.com/"
distfiles="https://releases.ansible.com/ansible/${pkgname}-${version}.tar.gz"
checksum=d7e5aae60c0e76c824bf8a410fe247b5c4afcfaee272f6283b4f996d237e365a
post_install() {
for f in examples/*; do
vsconf ${f}
done
for m in docs/man/man1/*.1; do
vman ${m}
done
}