void-packages/srcpkgs/telepresence/template
2018-12-23 10:49:18 +01:00

25 lines
844 B
Bash

# Template file for 'telepresence'
pkgname=telepresence
version=0.96
revision=1
noarch=yes
build_style=python3-module
pycompile_module="telepresence"
hostmakedepends="python3-pip python3-setuptools git"
depends="kubectl fuse-sshfs torsocks openssh conntrack-tools iptables"
short_desc="Local development against a remote Kubernetes or OpenShift cluster"
maintainer="Daniel Santana <daniel@santana.tech>"
license="Apache-2.0"
homepage="https://www.telepresence.io"
changelog="https://raw.githubusercontent.com/telepresenceio/telepresence/master/docs/reference/changelog.md"
distfiles="https://github.com/datawire/telepresence/archive/${version}.tar.gz"
checksum=10940c9c0911e08411c5f63779d662c3af51c1cacbd93dde316157e060ca0224
post_build() {
packaging/build-sshuttle.py
}
post_install() {
vbin dist/sshuttle-telepresence
vlicense LICENSE
}