# Copyright 2015 Digital Integrity GmbH # Distributed under the terms of the GNU General Public License v3 EAPI=5 inherit systemd DESCRIPTION="Backup tool for btrfs volumes" HOMEPAGE="http://www.digint.ch/btrbk/" SRC_URI="http://www.digint.ch/download/btrbk/releases/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~x86 ~amd64" DEPEND="" RDEPEND="dev-lang/perl dev-perl/Date-Calc sys-fs/btrfs-progs net-misc/openssh" src_install() { dosbin btrbk dodoc README.md dodoc doc/FAQ.md dodoc ChangeLog doman doc/btrbk.1 doman doc/btrbk.conf.5 doman doc/ssh_filter_btrbk.1 insinto /etc/${PN} doins btrbk.conf.example insinto /usr/share/${PN}/ doins ssh_filter_btrbk.sh doins contrib/cron/btrbk-mail systemd_dounit contrib/systemd/btrbk.{service,timer} }