void-packages/srcpkgs/telepresence/template
2019-12-24 12:24:49 +01:00

24 lines
829 B
Bash

# Template file for 'telepresence'
pkgname=telepresence
version=0.103
revision=2
archs=noarch
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=7360b3aaed62c4e06aae42ee72e85649f51c7a3c855763fda55d84dcbb4ce624
post_build() {
packaging/build-sshuttle.py
}
post_install() {
vbin dist/sshuttle-telepresence
}