From 043efe375f655e02a36a6d3b36b194f339a731a6 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Sun, 14 Nov 2021 12:05:46 +0100 Subject: app-backup/lifeboat: Bump to 0.4.0 Package-Manager: Portage-3.0.28, Repoman-3.0.3 --- app-backup/lifeboat/lifeboat-0.4.0.ebuild | 34 +++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 app-backup/lifeboat/lifeboat-0.4.0.ebuild (limited to 'app-backup/lifeboat/lifeboat-0.4.0.ebuild') diff --git a/app-backup/lifeboat/lifeboat-0.4.0.ebuild b/app-backup/lifeboat/lifeboat-0.4.0.ebuild new file mode 100644 index 0000000..6fa2923 --- /dev/null +++ b/app-backup/lifeboat/lifeboat-0.4.0.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