From 79c93bbbda7a7276aa52a5197e883f370d40a711 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Tue, 16 May 2023 20:33:10 +0200 Subject: app-backup/lifeboat: add 0.4.1, drop 0.4.0 --- app-backup/lifeboat/lifeboat-0.4.1.ebuild | 34 +++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 app-backup/lifeboat/lifeboat-0.4.1.ebuild (limited to 'app-backup/lifeboat/lifeboat-0.4.1.ebuild') diff --git a/app-backup/lifeboat/lifeboat-0.4.1.ebuild b/app-backup/lifeboat/lifeboat-0.4.1.ebuild new file mode 100644 index 0000000..6fa2923 --- /dev/null +++ b/app-backup/lifeboat/lifeboat-0.4.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit systemd + +DESCRIPTION="Manage and automate local restic(1) backups" +HOMEPAGE="https://git.oriole.systems/lifeboat" +SRC_URI="https://git.oriole.systems/lifeboat/snapshot/${P}.tar.gz" + +RESTRICT="mirror" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +DEPEND=" + acct-group/lifeboat + acct-user/lifeboat" + +RDEPEND="${DEPEND} + app-backup/restic + net-misc/rclone" +BDEPEND="" + +src_compile() { :; } + +src_install() { + emake PREFIX=/usr DESTDIR="${D}" install + + systemd_dounit etc/systemd/${PN}@.{service,timer} +} -- cgit v1.2.3-2-gb3c3