2013-12-28 17:19:57 +01:00
|
|
|
# Template file for 'ansible'
|
|
|
|
pkgname=ansible
|
2015-10-19 09:17:06 +02:00
|
|
|
version=1.9.4
|
2015-03-21 22:32:20 +01:00
|
|
|
revision=1
|
2015-03-28 22:33:28 +01:00
|
|
|
noarch=yes
|
2013-12-28 17:19:57 +01:00
|
|
|
build_style=python-module
|
2014-06-18 15:43:09 +02:00
|
|
|
hostmakedepends="python-setuptools"
|
2015-03-28 22:33:28 +01:00
|
|
|
depends="${hostmakedepends} python-crypto python-Jinja2 python-paramiko python-yaml"
|
|
|
|
pycompile_module="ansible"
|
2014-11-26 08:53:08 +01:00
|
|
|
short_desc="Simple deployment, configuration management and execution framework"
|
2015-04-10 09:16:30 +02:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2013-12-28 17:19:57 +01:00
|
|
|
license="GPL-3"
|
2015-03-21 22:25:38 +01:00
|
|
|
homepage="http://www.ansible.com"
|
2015-09-08 00:51:40 +02:00
|
|
|
distfiles="http://releases.ansible.com/ansible/${pkgname}-${version}.tar.gz"
|
2015-10-19 09:17:06 +02:00
|
|
|
checksum=972c2face49f1577bd0ff7989440bfe2820e66fb10d7579915cc536bccfa6fe3
|
2015-03-28 22:33:28 +01:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
for f in examples/*; do
|
|
|
|
vsconf ${f}
|
|
|
|
done
|
|
|
|
for m in docs/man/man1/*.1; do
|
|
|
|
vman ${m}
|
|
|
|
done
|
|
|
|
}
|