void-packages/srcpkgs/salt/template

28 lines
779 B
Bash
Raw Normal View History

2016-01-06 06:40:49 +00:00
# Template file for 'salt'
pkgname=salt
2016-06-16 15:59:33 +00:00
version=2016.3.1
2016-05-08 19:10:18 +00:00
revision=1
2016-01-06 06:40:49 +00:00
build_style=python-module
noarch=yes
pycompile_module="salt"
conf_files="/etc/salt/*"
2016-05-08 19:10:18 +00:00
hostmakedepends="python-devel"
2016-01-06 06:40:49 +00:00
makedepends="python-devel"
2016-05-08 19:10:18 +00:00
depends="python-yaml python-Jinja2 python-requests python-pyzmq python-crypto
python-M2Crypto python-tornado python-msgpack dmidecode pciutils"
2016-01-06 06:40:49 +00:00
short_desc="Remote execution system, and configuration manager"
maintainer="Toyam Cox <Vaelatern@gmail.com>"
license="Apache-2.0"
homepage="http://saltstack.org/"
distfiles="$PYPI_SITE/s/salt/salt-${version}.tar.gz"
2016-06-16 15:59:33 +00:00
checksum=e6bdba4693116430c2af57497eb63399e3a139ac0a7016fa0870b49fbe987f75
2016-01-06 06:40:49 +00:00
post_install() {
vmkdir /etc/salt 0750
vcopy conf/* /etc/salt/
vsv salt-api
vsv salt-master
vsv salt-minion
vsv salt-syndic
}