mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +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'
|
# Template file for 'wireproxy'
|
||||||
pkgname=wireproxy
|
pkgname=wireproxy
|
||||||
version=1.0.5
|
version=1.0.9
|
||||||
revision=4
|
revision=1
|
||||||
build_style=go
|
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_package="${go_import_path}/cmd/wireproxy"
|
||||||
go_ldflags="-X 'main.version=${version}'"
|
go_ldflags="-X 'main.version=${version}'"
|
||||||
hostmakedepends="go1.20"
|
short_desc="Wireguard client that exposes itself as a SOCKS5 proxy"
|
||||||
short_desc="Wireguard client that exposes itself as a socks5 proxy"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
maintainer="Wind Wong <octeep@pm.me>"
|
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="https://github.com/octeep/wireproxy"
|
homepage="https://github.com/pufferffish"
|
||||||
distfiles="https://github.com/octeep/wireproxy/archive/v${version}.tar.gz"
|
distfiles="https://github.com/pufferffish/archive/v${version}.tar.gz"
|
||||||
checksum=3779a157713b462a7b5322f1437f768ab69ae446df0ceca76c6dff7c4030e425
|
checksum=6359d060740ad878f0c26217d44968a58a069302447e15774cbf747b8d1404d2
|
||||||
make_dirs="
|
make_dirs="
|
||||||
/etc/wireproxy 0750 root _wireproxy
|
/etc/wireproxy 0750 root _wireproxy
|
||||||
/var/lib/wireproxy 0700 _wireproxy _wireproxy"
|
/var/lib/wireproxy 0700 _wireproxy _wireproxy"
|
||||||
|
|
||||||
system_accounts="_wireproxy"
|
system_accounts="_wireproxy"
|
||||||
_wireproxy_homedir="/var/lib/wireproxy"
|
_wireproxy_homedir="/var/lib/wireproxy"
|
||||||
export GOTOOLCHAIN=go1.20
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv wireproxy
|
vsv wireproxy
|
||||||
|
|
Loading…
Add table
Reference in a new issue