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 +++++ community/syncthing/checksums | 1 + community/syncthing/depends | 2 ++ community/syncthing/sources | 1 + community/syncthing/version | 1 + 5 files changed, 10 insertions(+) create mode 100755 community/syncthing/build create mode 100644 community/syncthing/checksums create mode 100644 community/syncthing/depends create mode 100644 community/syncthing/sources create mode 100644 community/syncthing/version (limited to 'community') 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" diff --git a/community/syncthing/checksums b/community/syncthing/checksums new file mode 100644 index 00000000..e2e45b90 --- /dev/null +++ b/community/syncthing/checksums @@ -0,0 +1 @@ +58a6cdddbecd08d84db763f7fd50642f4224e6d847fa575e674b11ba863c9e7a v1.3.1.tar.gz diff --git a/community/syncthing/depends b/community/syncthing/depends new file mode 100644 index 00000000..f4ed492e --- /dev/null +++ b/community/syncthing/depends @@ -0,0 +1,2 @@ +git make +go make diff --git a/community/syncthing/sources b/community/syncthing/sources new file mode 100644 index 00000000..03c63dab --- /dev/null +++ b/community/syncthing/sources @@ -0,0 +1 @@ +https://github.com/syncthing/syncthing/archive/v1.3.1.tar.gz diff --git a/community/syncthing/version b/community/syncthing/version new file mode 100644 index 00000000..957d07e2 --- /dev/null +++ b/community/syncthing/version @@ -0,0 +1 @@ +1.3.1 1 -- cgit v1.2.3