# Template file for 'wstunnel'
pkgname=wstunnel
version=10.1.6
revision=1
build_style=cargo
make_check_args="-- --skip protocols::tcp::server::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=c89b0fe2d7848233304e622c7ad744954ed4b287edbec48d8e2d65a2569dbd3e
make_check=ci-skip  # remaining tests require port binding which can't be done in CI

post_install() {
	vlicense LICENSE
}
