New package: telepresence-0.92

This commit is contained in:
Daniel Santana 2018-09-15 17:11:22 -03:00 committed by cr6git
parent 6c2cf573ce
commit b2ba273313

View file

@ -0,0 +1,24 @@
# Template file for 'telepresence'
pkgname=telepresence
version=0.92
revision=1
noarch=yes
build_style=python3-module
pycompile_module="telepresence"
hostmakedepends="python3-pip python3-setuptools git"
depends="fuse-sshfs torsocks socat conntrack-tools"
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"
distfiles="https://github.com/datawire/telepresence/archive/${version}.tar.gz"
checksum=3ad4978333bbf69dc6e2f394054e43925e0025f3ff55b0480b5d5a3b18d9046c
post_build() {
packaging/build-sshuttle.py
}
post_install() {
vbin dist/sshuttle-telepresence
vlicense LICENSE
}