syncthing: build cli

Closes: #17623 [via git-merge-pr]
This commit is contained in:
Paper Mountain Studio 2019-12-19 16:14:05 +01:00 committed by Duncaen
parent 211bd8de41
commit 4cc4d70003
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
1 changed files with 2 additions and 1 deletions

View File

@ -1,11 +1,12 @@
# Template file for 'syncthing'
pkgname=syncthing
version=1.3.2
revision=1
revision=2
build_style=go
go_import_path="github.com/syncthing/syncthing"
go_package="
${go_import_path}/cmd/stdiscosrv
${go_import_path}/cmd/stcli
${go_import_path}/cmd/strelaysrv
${go_import_path}/cmd/syncthing"
go_build_tags="noupgrade"