void-packages/srcpkgs/wstunnel/template
2024-06-11 18:32:38 +00:00

18 lines
680 B
Bash

# Template file for 'wstunnel'
pkgname=wstunnel
version=9.6.2
revision=1
build_style=cargo
make_check_args="-- --skip tcp::tests::test_proxy_connection" # test requires docker
short_desc="Tunnel traffic over websocket protocol"
maintainer="cinerea0 <cinerea0@protonmail.com>"
license="BSD-3-Clause"
homepage="https://github.com/erebe/wstunnel"
changelog="https://github.com/erebe/wstunnel/releases"
distfiles="https://github.com/erebe/wstunnel/archive/refs/tags/v${version}.tar.gz"
checksum=e18106642be7833e88875281e4e7e53d9c9df84ee3416cd5ed4fe1cf04aa8e37
make_check=ci-skip # remaining tests require port binding which can't be done in CI
post_install() {
vlicense LICENSE
}