# Template file for 'syncthing' pkgname=syncthing version=0.13.4 revision=1 build_style=go go_import_path="github.com/syncthing/syncthing" go_package="${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 " license="MPLv2" homepage="http://syncthing.net/" distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz" checksum=c7ecb7ace4837295a03fc72d0b133d2ec149e412bd998d9247d7d4504ef0f64b pre_build() { GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go } post_install() { vlicense LICENSE vdoc README.md }