vp-build/srcpkgs/ansible/template

26 lines
715 B
Bash
Raw Normal View History

2013-12-28 17:19:57 +01:00
# Template file for 'ansible'
pkgname=ansible
2017-06-03 19:35:57 +02:00
version=2.3.1.0
revision=1
noarch=yes
2016-10-16 22:56:58 +02:00
build_style=python2-module
2014-06-18 15:43:09 +02:00
hostmakedepends="python-setuptools"
2016-05-27 08:44:44 +02:00
depends="${hostmakedepends} python-crypto python-Jinja2 python-paramiko
python-yaml python-six"
pycompile_module="ansible"
2014-11-26 08:53:08 +01:00
short_desc="Simple deployment, configuration management and execution framework"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2013-12-28 17:19:57 +01:00
license="GPL-3"
homepage="https://www.ansible.com/"
distfiles="https://releases.ansible.com/ansible/${pkgname}-${version}.tar.gz"
2017-06-03 19:35:57 +02:00
checksum=cd4b8f53720fcd0c351156b840fdd15ecfbec22c951b5406ec503de49d40b9f5
post_install() {
for f in examples/*; do
vsconf ${f}
done
for m in docs/man/man1/*.1; do
vman ${m}
done
}