diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-18 02:07:42 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-18 02:07:42 +0300 |
commit | f701fdc47f9b81ace49edeae7c444d7f4fc22d51 (patch) | |
tree | fe33a928397a422befe942881f6ea4bc84846029 /community/syncthing/build | |
parent | 56e10866e2fe9584aadf5d3775f4897b7b47cd01 (diff) | |
download | repository-f701fdc47f9b81ace49edeae7c444d7f4fc22d51.tar.gz |
syncthing: add to community
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" |