void-packages/srcpkgs/wstunnel/template

18 lines
625 B
Bash

# Template file for 'wstunnel'
pkgname=wstunnel
version=8.4.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"
distfiles="https://github.com/erebe/wstunnel/archive/refs/tags/v${version}.tar.gz"
checksum=779c00e9ff949da13d4e8d82278b62e8fe905ee783fb80b387e6e96f8be9e0f5
make_check=ci-skip # remaining tests require port binding which can't be done in CI
post_install() {
vlicense LICENSE
}