vp-build/srcpkgs/ansible/template

26 lines
735 B
Bash

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