summaryrefslogtreecommitdiffstats
path: root/trinity-apps/keep
diff options
context:
space:
mode:
Diffstat (limited to 'trinity-apps/keep')
-rw-r--r--trinity-apps/keep/Manifest2
-rw-r--r--trinity-apps/keep/keep-14.0.8.ebuild32
2 files changed, 34 insertions, 0 deletions
diff --git a/trinity-apps/keep/Manifest b/trinity-apps/keep/Manifest
new file mode 100644
index 00000000..d16e0e8f
--- /dev/null
+++ b/trinity-apps/keep/Manifest
@@ -0,0 +1,2 @@
+DIST keep-trinity-14.0.7.tar.xz 436132 BLAKE2B 4fe2f0079c27984176dc31b4bd8297689bb2dc1d4555a6566dff48009a8be4e03bcdd75a6a346ae438e7a1d574ba0edfc0c7899e126334cb264cd31081ddcc2d SHA512 77983cb6ae10fdfa8eb74ed84eaae312443a77eda26072608ce9509df04587c3f4578534c4746fc739ec204d561a99af67c2ab24cd218548a7c202accbb8c18b
+DIST keep-trinity-14.0.8.tar.xz 437352 BLAKE2B 454f60375cf602a56b840ae2c3edcfb0dae95e682e366e49818a5c121ddf0373554878cd4bb97a581ff9624fe42cc8b8ae49aa92179fa9300fc1eafbb33687f2 SHA512 5516caf9b3e784eaf46142d536cb2bda9a31051904cbacc9db35345a20a74f2d2caf3476a85eba531d02c2e56aaeef74a1901675ffe5215f82e6847195e18131
diff --git a/trinity-apps/keep/keep-14.0.8.ebuild b/trinity-apps/keep/keep-14.0.8.ebuild
new file mode 100644
index 00000000..16d18da9
--- /dev/null
+++ b/trinity-apps/keep/keep-14.0.8.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2020 The Trinity Desktop Project
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+TRINITY_MODULE_TYPE="applications"
+
+TRINITY_EXTRAGEAR_PACKAGING="yes"
+TRINITY_HANDBOOK="optional"
+
+TRINITY_LANGS="bg br cs da de el es ga gl it ja
+ ka lt nl pl pt ru sk sr sr@Latn sv tr"
+
+inherit trinity-base-2
+
+DESCRIPTION="A simple backup system for TDE."
+KEYWORDS="~amd64 ~x86"
+HOMEPAGE="http://trinitydesktop.org/"
+LICENSE="|| ( GPL-2 GPL-3 )"
+
+need-trinity
+
+SLOT="${TRINITY_VER}"
+
+RDEPEND+=" =trinity-base/kcontrol-${PV}
+ app-backup/rdiff-backup"
+
+pkg_postinst () {
+ echo
+ einfo "After initial install the Keep daemon needs to be started via KControl."
+ einfo "The Keep daemon will be loaded automatically at the next TDE startup."
+ echo
+} \ No newline at end of file