aboutsummaryrefslogtreecommitdiffstats
path: root/app-backup
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-01-13 15:59:49 +0100
committerWynn Wolf Arbor2020-01-13 15:59:49 +0100
commit90b60b5044587535e792ed5410acbf10a76963e7 (patch)
tree316d681581cb2b3a4218f31e72cab376e70b8252 /app-backup
downloadpramantha-90b60b5044587535e792ed5410acbf10a76963e7.tar.gz
Initial import
Diffstat (limited to 'app-backup')
-rw-r--r--app-backup/lifeboat/Manifest2
-rw-r--r--app-backup/lifeboat/lifeboat-0.1.1.ebuild27
-rw-r--r--app-backup/lifeboat/metadata.xml7
3 files changed, 36 insertions, 0 deletions
diff --git a/app-backup/lifeboat/Manifest b/app-backup/lifeboat/Manifest
new file mode 100644
index 0000000..50dedc3
--- /dev/null
+++ b/app-backup/lifeboat/Manifest
@@ -0,0 +1,2 @@
+EBUILD lifeboat-0.1.1.ebuild 490 BLAKE2B 8264431eb54cb3eaaac2cab5623cd23cdaf019e1fbad71c5c07ca2cc5ea5d08c9effabec332795b012d5398b4777d6dfe6ab5e6f4d7f23ec5a04d0c6f01ed987 SHA512 d9001bb3187dc321d62764f625167bc67401834738f5e5850ccc7682bb2c2af0f5cec9dd41fb70731d1b0beee4ec29256945a3291ee3cc374b2a66f44036514e
+MISC metadata.xml 219 BLAKE2B 4017e2b1f6b36f72c186cfeb0955be57076a02d087acfd6caf9b9ec56509b5299be8d40dddaffd04433bb290f6dd35c94c59ac02a4f1ad7e63b13648e465e594 SHA512 555d3bce3f8cd9b4d78f59f494c326d7893f12c1907c1eb92107595886fc4a5e89b8b9fda7f434e021a9eede5dfd6d0c1dfee721c268ccad3d6a1865a92204e0
diff --git a/app-backup/lifeboat/lifeboat-0.1.1.ebuild b/app-backup/lifeboat/lifeboat-0.1.1.ebuild
new file mode 100644
index 0000000..f36a8db
--- /dev/null
+++ b/app-backup/lifeboat/lifeboat-0.1.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit git-r3
+
+DESCRIPTION="Manage and automate local restic backups"
+HOMEPAGE="https://oriole.systems"
+EGIT_REPO_URI="https://git.oriole.systems/lifeboat.git"
+EGIT_COMMIT="${PV}"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}
+ app-backup/restic"
+BDEPEND=""
+
+src_compile() { :; }
+
+src_install() {
+ emake PREFIX=/usr DESTDIR="${D}" install
+}
diff --git a/app-backup/lifeboat/metadata.xml b/app-backup/lifeboat/metadata.xml
new file mode 100644
index 0000000..c544433
--- /dev/null
+++ b/app-backup/lifeboat/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>wolf@oriole.systems</email>
+ </maintainer>
+</pkgmetadata>