From 224231cbddca4442b921558a4a5633b0e28ec81a Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Wed, 24 Aug 2022 16:26:12 +0100 Subject: net-p2p/syncthing: add 1.20.4 Signed-off-by: Marek Szuba --- net-p2p/syncthing/syncthing-1.20.4.ebuild | 113 ++++++++++++++++++++++++++++++ 1 file changed, 113 insertions(+) create mode 100644 net-p2p/syncthing/syncthing-1.20.4.ebuild (limited to 'net-p2p/syncthing/syncthing-1.20.4.ebuild') diff --git a/net-p2p/syncthing/syncthing-1.20.4.ebuild b/net-p2p/syncthing/syncthing-1.20.4.ebuild new file mode 100644 index 000000000000..5d5f0fcee8c1 --- /dev/null +++ b/net-p2p/syncthing/syncthing-1.20.4.ebuild @@ -0,0 +1,113 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit desktop go-module systemd xdg-utils + +DESCRIPTION="Open Source Continuous File Synchronization" +HOMEPAGE="https://syncthing.net" +SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz + https://dev.gentoo.org/~marecki/dists/${CATEGORY}/${PN}/${P}-deps.tar.xz" + +LICENSE="Apache-2.0 BSD BSD-2 CC0-1.0 ISC MIT MPL-2.0 Unlicense" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +IUSE="selinux tools" + +RDEPEND="acct-group/syncthing + acct-user/syncthing + tools? ( >=acct-user/stdiscosrv-1 + >=acct-user/strelaysrv-1 ) + selinux? ( sec-policy/selinux-syncthing )" +# Bug #863488. Will no longer be needed come 1.21.0. +BDEPEND="