mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
211bd8de41
commit
4cc4d70003
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'syncthing'
|
# Template file for 'syncthing'
|
||||||
pkgname=syncthing
|
pkgname=syncthing
|
||||||
version=1.3.2
|
version=1.3.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/syncthing/syncthing"
|
go_import_path="github.com/syncthing/syncthing"
|
||||||
go_package="
|
go_package="
|
||||||
${go_import_path}/cmd/stdiscosrv
|
${go_import_path}/cmd/stdiscosrv
|
||||||
|
${go_import_path}/cmd/stcli
|
||||||
${go_import_path}/cmd/strelaysrv
|
${go_import_path}/cmd/strelaysrv
|
||||||
${go_import_path}/cmd/syncthing"
|
${go_import_path}/cmd/syncthing"
|
||||||
go_build_tags="noupgrade"
|
go_build_tags="noupgrade"
|
||||||
|
|
Loading…
Add table
Reference in a new issue