void-packages/srcpkgs/salt/template
2018-03-26 19:02:41 -04:00

29 lines
866 B
Bash

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