summaryrefslogtreecommitdiffstats
path: root/bin-net/syncthing-bin/DETAILS
blob: cdb3813a61efb3739ee35e07d91f2d68fcfc7901 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
           SPELL=syncthing-bin
          SPELLX=${SPELL/-bin/}
         VERSION=1.20.4
      PATCHLEVEL=1
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