aboutsummaryrefslogtreecommitdiff
path: root/community/syncthing/build
blob: a35e842478fbcd5af0f69e1ae6b0db9aad5eeb2f (plain)
1
2
3
4
5
#!/bin/sh -e

go run build.go build

install -Dm755 syncthing "$1/usr/bin/syncthing"