From 6a298188cbc3871ca57d2afedcf572210ef04533 Mon Sep 17 00:00:00 2001 From: "e.khramov" Date: Thu, 20 Oct 2022 17:19:59 +0300 Subject: [PATCH] add syncthing --- syncthing/lure.sh | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/syncthing/lure.sh b/syncthing/lure.sh index fdddca0..77eff5d 100644 --- a/syncthing/lure.sh +++ b/syncthing/lure.sh @@ -1,21 +1,16 @@ name='syncthing' version='1.22.0' -release -epoch -desc -homepage -maintainer -architectures -licenses -provides -conflicts -deps -build_deps -replaces -sources -checksums -backup -scripts +release='1' +desc='Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers.' +homepage='https://syncthing.net/' +architectures='amd64' +licenses='MPL' +provides='syncthing' +conflicts='syncthing' +deps='' +build_deps='git go inetutils' +sources_amd=('https://github.com/${name}/${name}/releases/download/v${version}/${name}-linux-amd64-v${version}.tar.gz') +checksums=('SKIP') prepare version