From 2c758a48ae64325c6b6f99bb2d8f5f250afddaab Mon Sep 17 00:00:00 2001 From: xpamych Date: Thu, 20 Oct 2022 22:32:15 +0300 Subject: [PATCH] add syncthing --- syncthing/lure.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/syncthing/lure.sh b/syncthing/lure.sh index 77eff5d..3474f66 100644 --- a/syncthing/lure.sh +++ b/syncthing/lure.sh @@ -7,12 +7,14 @@ architectures='amd64' licenses='MPL' provides='syncthing' conflicts='syncthing' -deps='' -build_deps='git go inetutils' +deps_amd64='glibc' +build_deps='git' 'go' sources_amd=('https://github.com/${name}/${name}/releases/download/v${version}/${name}-linux-amd64-v${version}.tar.gz') checksums=('SKIP') -prepare +prepare() { + +} version build package \ No newline at end of file