From f701fdc47f9b81ace49edeae7c444d7f4fc22d51 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 18 Dec 2019 02:07:42 +0300 Subject: syncthing: add to community --- community/syncthing/build | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 community/syncthing/build (limited to 'community/syncthing/build') 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" -- cgit v1.2.3