mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
wireproxy: revbump for go 1.21
This commit is contained in:
parent
5ffef9af88
commit
b19ca9be19
1 changed files with 5 additions and 1 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=2
|
revision=3
|
||||||
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"
|
||||||
|
@ -19,6 +19,10 @@ make_dirs="
|
||||||
system_accounts="_wireproxy"
|
system_accounts="_wireproxy"
|
||||||
_wireproxy_homedir="/var/lib/wireproxy"
|
_wireproxy_homedir="/var/lib/wireproxy"
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
export GOTOOLCHAIN="go1.20.7"
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv wireproxy
|
vsv wireproxy
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue