New package: wstunnel-8.4.1

This commit is contained in:
cinerea0 2023-12-20 00:26:08 -05:00 committed by Leah Neukirchen
parent 88428c3fba
commit c0bc8791b0
1 changed files with 16 additions and 0 deletions

16
srcpkgs/wstunnel/template Normal file
View File

@ -0,0 +1,16 @@
# Template file for 'wstunnel'
pkgname=wstunnel
version=8.4.1
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=69320bb8598a9dd5fa3cf97e1ef7cfb1cd458418fd1de13e9fc6ced82b9d4199
post_install() {
vlicense LICENSE
}