summaryrefslogtreecommitdiff
path: root/net-misc/rsync-bpc/rsync-bpc-3.1.3.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/rsync-bpc/rsync-bpc-3.1.3.0.ebuild')
-rw-r--r--net-misc/rsync-bpc/rsync-bpc-3.1.3.0.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/net-misc/rsync-bpc/rsync-bpc-3.1.3.0.ebuild b/net-misc/rsync-bpc/rsync-bpc-3.1.3.0.ebuild
new file mode 100644
index 000000000000..c62f819d61f9
--- /dev/null
+++ b/net-misc/rsync-bpc/rsync-bpc-3.1.3.0.ebuild
@@ -0,0 +1,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}"