void-packages/srcpkgs/salt/template
2019-03-31 21:57:03 -04:00

28 lines
903 B
Bash

# Template file for 'salt'
pkgname=salt
version=2019.2.0
revision=1
archs=noarch
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.org>"
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=5695bb2b3fa288bcfc0e3b93d9449afd75220bd8f0deefb5e7fc03af381df6cd
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
}