summaryrefslogtreecommitdiffstats
path: root/bin-net/syncthing-bin/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'bin-net/syncthing-bin/DETAILS')
-rwxr-xr-xbin-net/syncthing-bin/DETAILS27
1 files changed, 27 insertions, 0 deletions
diff --git a/bin-net/syncthing-bin/DETAILS b/bin-net/syncthing-bin/DETAILS
new file mode 100755
index 0000000..8fe682e
--- /dev/null
+++ b/bin-net/syncthing-bin/DETAILS
@@ -0,0 +1,27 @@
+ SPELL=syncthing-bin
+ SPELLX=${SPELL/-bin/}
+ VERSION=1.20.4
+if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" || "${SMGL_COMPAT_ARCHS[1]}" == "em64t" ]]; then
+ ARCH=amd64
+ SOURCE_HASH=sha256:ce577b08236c14ce4e3f2f589791b2521086bdd2ce952800847f0acd1b753dbe:UPSTREAM_HASH
+else
+ ARCH=386
+ SOURCE_HASH=sha256:7f8daa454a79e6c869afcec50f4b9b7906c697b37c14762dd5f217d3a9ad940e:UPSTREAM_HASH
+fi
+ SOURCE=${SPELLX}-linux-${ARCH}-v${VERSION}.tar.gz
+ SOURCE_URL[0]=https://github.com/syncthing/${SPELLX}/releases/download/v${VERSION}/${SOURCE}
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-linux-${ARCH}-v${VERSION}"
+ WEB_SITE=https://github.com/syncthing/syncthing
+ LICENSE[0]=MPL
+ ENTERED=20220904
+ KEYWORDS="sync file-sharing"
+ SHORT="open decentralized synchronization utility"
+cat << EOF
+Syncthing is an application that lets you synchronize your files across
+multiple devices. This means the creation, modification or deletion of files
+on one machine will automatically be replicated to your other devices. We
+believe your data is your data alone and you deserve to choose where it is
+stored. Therefore Syncthing does not upload your data to the cloud but
+exchanges your data across your machines as soon as they are online at the
+same time.
+EOF