summaryrefslogtreecommitdiff
path: root/net-p2p/syncthing-conf/syncthing-conf-1.0-r1.ebuild
blob: 3908d8fad06cd1f2394f5a0ca3a643330c1d051a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
EAPI=6

DESCRIPTION="Additional system configuration for syncthing"
HOMEPAGE="http://git.cynerd.cz/gentoo-personal-overlay/"
S="${WORKDIR}"

LICENSE="GPL-3.0+"
SLOT="0"
KEYWORDS="amd64 x86"

RDEPEND="net-p2p/syncthing"

src_install() {
	insinto /etc/sysctl.d
	doins "${FILESDIR}/syncthing.conf"
}