summaryrefslogtreecommitdiff
path: root/net-misc/rsync-bpc/rsync-bpc-3.1.3.0.ebuild
blob: 0a2235302cda56b8368d1e96c95e0556f6bffee5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Rsync-bpc is a customized version of rsync that is used as part of BackupPC"
HOMEPAGE="https://github.com/backuppc/rsync-bpc"
SRC_URI="https://github.com/backuppc/rsync-bpc/releases/download/${PV}/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 x86"

RDEPEND="virtual/ssh"
DEPEND="${RDEPEND}"