parent
248ec5e05c
commit
59b563e6c2
@ -1,23 +1,14 @@
|
|||||||
# Template file for 'ansible'
|
# Template file for 'ansible'
|
||||||
pkgname=ansible
|
pkgname=ansible
|
||||||
version=2.9.13
|
version=2.10.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko
|
depends="python3 ansible-base"
|
||||||
python3-yaml"
|
|
||||||
checkdepends="python3-pytest"
|
checkdepends="python3-pytest"
|
||||||
short_desc="Simple deployment, configuration management and execution framework"
|
short_desc="Simple deployment, configuration management and execution framework"
|
||||||
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://www.ansible.com/"
|
homepage="https://www.ansible.com/"
|
||||||
distfiles="https://releases.ansible.com/ansible/${pkgname}-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/a/ansible/ansible-${version}.tar.gz"
|
||||||
checksum=3ab21588992fbfe9de3173aefd63da1267dc12892a60f5cfdc055fe19c549644
|
checksum=75708c67e2ac926cea42856af72cbc9494bf8008197652f9609089f7b4c2515a
|
||||||
|
|
||||||
post_install() {
|
|
||||||
vsconf examples/ansible.cfg
|
|
||||||
vsconf examples/hosts
|
|
||||||
for m in docs/man/man1/*.1; do
|
|
||||||
vman ${m}
|
|
||||||
done
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user