| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.15.1 | 8 | amd64 x86 | 0 |
# 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-tools"
DEPEND="${RDEPEND}"
src_install() {
dobin ${PN}
newdoc README.md README
}
net-misc/rsync net-dns/bind-tools
net-misc/rsync net-dns/bind-tools
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | bontmia-0.15.1.tar.gz | 13941 bytes | https://github.com/mape2k/bontmia/archive/0.15.1.tar.gz |