diff options
Diffstat (limited to '')
-rw-r--r-- | app-backup/lifeboat/lifeboat-0.2.0.ebuild (renamed from app-backup/lifeboat/lifeboat-1.0.0_beta-r1.ebuild) | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app-backup/lifeboat/lifeboat-1.0.0_beta-r1.ebuild b/app-backup/lifeboat/lifeboat-0.2.0.ebuild index 34f4b10..411c1b5 100644 --- a/app-backup/lifeboat/lifeboat-1.0.0_beta-r1.ebuild +++ b/app-backup/lifeboat/lifeboat-0.2.0.ebuild @@ -3,12 +3,11 @@ EAPI=7 -inherit git-r3 +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" -DESCRIPTION="Manage and automate local restic backups" -HOMEPAGE="https://oriole.systems" -EGIT_REPO_URI="https://git.oriole.systems/lifeboat.git" -EGIT_COMMIT="1.0.0-beta" +RESTRICT="mirror" LICENSE="ISC" SLOT="0" @@ -20,7 +19,8 @@ DEPEND=" acct-user/lifeboat" RDEPEND="${DEPEND} - app-backup/restic" + app-backup/restic + net-misc/rclone" BDEPEND="" src_compile() { :; } |