aboutsummaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2019-12-18 02:07:42 +0300
committerCem Keylan <cem@ckyln.com>2019-12-18 02:07:42 +0300
commitf701fdc47f9b81ace49edeae7c444d7f4fc22d51 (patch)
treefe33a928397a422befe942881f6ea4bc84846029 /community
parent56e10866e2fe9584aadf5d3775f4897b7b47cd01 (diff)
downloadrepository-f701fdc47f9b81ace49edeae7c444d7f4fc22d51.tar.gz
syncthing: add to community
Diffstat (limited to 'community')
-rwxr-xr-xcommunity/syncthing/build5
-rw-r--r--community/syncthing/checksums1
-rw-r--r--community/syncthing/depends2
-rw-r--r--community/syncthing/sources1
-rw-r--r--community/syncthing/version1
5 files changed, 10 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"
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