diff options
Diffstat (limited to 'community/syncthing/build')
-rwxr-xr-x | community/syncthing/build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/community/syncthing/build b/community/syncthing/build new file mode 100755 index 00000000..a35e8424 --- /dev/null +++ b/community/syncthing/build @@ -0,0 +1,5 @@ +#!/bin/sh -e + +go run build.go build + +install -Dm755 syncthing "$1/usr/bin/syncthing" |