bontmia-0.15.1fem-overlay
download
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="An incremental network backup tool for snapshotting directories using rsync"
HOMEPAGE="https://github.com/mape2k/bontmia"
SRC_URI="https://github.com/mape2k/${PN}/archive/${PV}.tar.gz -> ${PN}-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
RDEPEND="net-misc/rsync
net-dns/bind"
DEPEND="${RDEPEND}"
src_install() {
dobin ${PN}
newdoc README.md README
}