app-backup/bontmia - 0.15.1 (fem-overlay)

Search

Package Information

Description:
An incremental network backup tool for snapshotting directories using rsync
Homepage:
https://github.com/mape2k/bontmia
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.15.1 8 amd64 x86 0
View Raw Ebuild
# 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
}

Dependencies

DEPEND

net-misc/rsync
	net-dns/bind-tools

RDEPEND

net-misc/rsync
	net-dns/bind-tools

Manifest for 0.15.1

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