mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +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'
|
||||
pkgname=wireproxy
|
||||
version=1.0.5
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=go
|
||||
go_import_path="github.com/octeep/wireproxy"
|
||||
go_package="${go_import_path}/cmd/wireproxy"
|
||||
|
@ -18,12 +18,7 @@ make_dirs="
|
|||
|
||||
system_accounts="_wireproxy"
|
||||
_wireproxy_homedir="/var/lib/wireproxy"
|
||||
|
||||
broken="GOTOOLCHAIN not supported"
|
||||
|
||||
pre_build() {
|
||||
export GOTOOLCHAIN="go1.20.7"
|
||||
}
|
||||
export GOTOOLCHAIN=go1.20
|
||||
|
||||
post_install() {
|
||||
vsv wireproxy
|
||||
|
|
Loading…
Add table
Reference in a new issue