mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
New package: ansible-base-2.10.2
This commit is contained in:
parent
64ecaa5ed0
commit
248ec5e05c
2 changed files with 25 additions and 0 deletions
24
srcpkgs/ansible-base/template
Normal file
24
srcpkgs/ansible-base/template
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# Template file for 'ansible-base'
|
||||||
|
pkgname=ansible-base
|
||||||
|
version=2.10.2
|
||||||
|
revision=1
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko
|
||||||
|
python3-yaml"
|
||||||
|
checkdepends="python3-pytest"
|
||||||
|
short_desc="Simple deployment, configuration management and execution framework"
|
||||||
|
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||||
|
license="GPL-3.0-or-later"
|
||||||
|
homepage="https://www.ansible.com/"
|
||||||
|
distfiles="${PYPI_SITE}/a/ansible-base/ansible-base-${version}.tar.gz"
|
||||||
|
checksum=c79fe108e13b286bad21734208624aaef9dabb49bb4211b13bc96d88829e22ab
|
||||||
|
conflicts="ansible<2.10.1_1"
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vsconf examples/ansible.cfg
|
||||||
|
vsconf examples/hosts
|
||||||
|
for m in docs/man/man1/*.1; do
|
||||||
|
vman ${m}
|
||||||
|
done
|
||||||
|
}
|
1
srcpkgs/ansible-base/update
Normal file
1
srcpkgs/ansible-base/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
ignore="*rc*"
|
Loading…
Add table
Reference in a new issue