mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
New package: wstunnel-8.4.1
This commit is contained in:
parent
88428c3fba
commit
c0bc8791b0
1 changed files with 16 additions and 0 deletions
16
srcpkgs/wstunnel/template
Normal file
16
srcpkgs/wstunnel/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue