New package: wstunnel-8.4.1
This commit is contained in:
parent
88428c3fba
commit
c0bc8791b0
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue