mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
wireproxy: update to 1.0.9.
Adopted.
This commit is contained in:
parent
d4906b0f60
commit
a9bf2806ed
1 changed files with 8 additions and 10 deletions
|
@ -1,25 +1,23 @@
|
|||
# Template file for 'wireproxy'
|
||||
pkgname=wireproxy
|
||||
version=1.0.5
|
||||
revision=4
|
||||
version=1.0.9
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/octeep/wireproxy"
|
||||
go_import_path="github.com/pufferffish/wireproxy"
|
||||
go_package="${go_import_path}/cmd/wireproxy"
|
||||
go_ldflags="-X 'main.version=${version}'"
|
||||
hostmakedepends="go1.20"
|
||||
short_desc="Wireguard client that exposes itself as a socks5 proxy"
|
||||
maintainer="Wind Wong <octeep@pm.me>"
|
||||
short_desc="Wireguard client that exposes itself as a SOCKS5 proxy"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="ISC"
|
||||
homepage="https://github.com/octeep/wireproxy"
|
||||
distfiles="https://github.com/octeep/wireproxy/archive/v${version}.tar.gz"
|
||||
checksum=3779a157713b462a7b5322f1437f768ab69ae446df0ceca76c6dff7c4030e425
|
||||
homepage="https://github.com/pufferffish"
|
||||
distfiles="https://github.com/pufferffish/archive/v${version}.tar.gz"
|
||||
checksum=6359d060740ad878f0c26217d44968a58a069302447e15774cbf747b8d1404d2
|
||||
make_dirs="
|
||||
/etc/wireproxy 0750 root _wireproxy
|
||||
/var/lib/wireproxy 0700 _wireproxy _wireproxy"
|
||||
|
||||
system_accounts="_wireproxy"
|
||||
_wireproxy_homedir="/var/lib/wireproxy"
|
||||
export GOTOOLCHAIN=go1.20
|
||||
|
||||
post_install() {
|
||||
vsv wireproxy
|
||||
|
|
Loading…
Add table
Reference in a new issue