PKGNAME=syncthing
PKGSEC=net
PKGDES="Free/Libre Continuous Replication / Cluster Synchronization Thing"
PKGDEP="glibc"
BUILDDEP="go"

ABTYPE=gomod
GO_PACKAGES=(
    "cmd/syncthing"
    "cmd/stdiscosrv"
    "cmd/strelaysrv"
    "cmd/infra/strelaypoolsrv"
)
GO_BUILD_AFTER=(-tags "noupgrade")
