void-packages/srcpkgs/salt/template
2018-06-30 18:35:32 -03:00

29 lines
900 B
Bash

# Template file for 'salt'
pkgname=salt
version=2018.3.2
revision=1
noarch=yes
build_style=python2-module
pycompile_module="salt"
hostmakedepends="python-devel"
# XXX remove python-futures once tornado will be updated to 5
depends="python-yaml python-Jinja2 python-requests python-pyzmq python-futures
python-M2Crypto python-tornado python-msgpack dmidecode pciutils"
short_desc="Remote execution system, and configuration manager"
maintainer="Toyam Cox <Vaelatern@voidlinux.eu>"
license="Apache-2.0"
homepage="http://saltstack.org/"
changelog="https://docs.saltstack.com/en/latest/topics/releases/${version}.html"
distfiles="${PYPI_SITE}/s/salt/salt-${version}.tar.gz"
checksum=d86eeea2e5387f4a64bbf0a11d103bfc8aac1122e19d39cc0945d33efdc797bd
conf_files="/etc/salt/*"
post_install() {
vmkdir etc/salt 0750
vcopy conf/* etc/salt
vsv salt-api
vsv salt-master
vsv salt-minion
vsv salt-syndic
}