mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
wireproxy: build for go1.20
This commit is contained in:
parent
d90be61ab3
commit
a0c6e1edd6
1 changed files with 2 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'wireproxy'
|
# Template file for 'wireproxy'
|
||||||
pkgname=wireproxy
|
pkgname=wireproxy
|
||||||
version=1.0.5
|
version=1.0.5
|
||||||
revision=3
|
revision=4
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/octeep/wireproxy"
|
go_import_path="github.com/octeep/wireproxy"
|
||||||
go_package="${go_import_path}/cmd/wireproxy"
|
go_package="${go_import_path}/cmd/wireproxy"
|
||||||
|
@ -18,12 +18,7 @@ make_dirs="
|
||||||
|
|
||||||
system_accounts="_wireproxy"
|
system_accounts="_wireproxy"
|
||||||
_wireproxy_homedir="/var/lib/wireproxy"
|
_wireproxy_homedir="/var/lib/wireproxy"
|
||||||
|
export GOTOOLCHAIN=go1.20
|
||||||
broken="GOTOOLCHAIN not supported"
|
|
||||||
|
|
||||||
pre_build() {
|
|
||||||
export GOTOOLCHAIN="go1.20.7"
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv wireproxy
|
vsv wireproxy
|
||||||
|
|
Loading…
Add table
Reference in a new issue