# Template file for 'syncthing'
pkgname=syncthing
version=0.14.36
revision=2
build_style=go
go_import_path="github.com/syncthing/syncthing"
go_package="${go_import_path}/cmd/strelaysrv ${go_import_path}/cmd/syncthing"
go_build_tags="noupgrade"
go_ldflags="-X main.Version=v${version}"
short_desc="Open Source Continuous File Synchronization"
maintainer="Duncaen <duncaen@voidlinux.eu>"
license="MPLv2"
homepage="http://syncthing.net/"
distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz"
checksum=7373d1fee983529c2988f92b4137c32899d4c8233bc052df88fecf92c34d9fbd

pre_build() {
	GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go
}

post_install() {
	vlicense LICENSE
	vdoc README.md
}

syncthing-relaysrv_package() {
	short_desc+="- relay server"
	license="MIT"
	replaces="relaysrv>=0.12.18_2"
	provides="relaysrv-${version}_${revision}"
	system_accounts="relaysrv"
	relaysrv_homedir="/var/lib/relaysrv"

	make_dirs="
	/var/log/relaysrv 700 root root
	/var/lib/relaysrv 700 relaysrv relaysrv"

	pkg_install() {
		vmove usr/bin/strelaysrv
		vlicense cmd/strelaysrv/LICENSE
		vsv relaysrv
	}
}