commit: 68affd7dea6d4fa3817483276953d8696c81f8fd
parent: 9abaafcfd3b7b7c27fef702920c33fbe8bdf130d
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Thu, 13 Dec 2018 09:58:26 +0100
net-im/Quaternion: New Package
Diffstat:
2 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/net-im/Quaternion/Manifest b/net-im/Quaternion/Manifest
@@ -0,0 +1 @@
+DIST Quaternion-0.0.9.3.tar.gz 350366 BLAKE2B 53f08df4216c2a96db88e7c0867e2dda0411b386d194235e95a7730e9c682db578b8877857684e21499946258e862952436070b0d9d5acff52651cb43ae501fc SHA512 3836338cddc674b3a8b6e7d8376f0136db5c548788a0e56f27023fe7b238e2c07d77bf5e5b50e49cdb011c61f05700818b6a22a394ee8d52015f5f32b3fe4d47
diff --git a/net-im/Quaternion/Quaternion-0.0.9.3.ebuild b/net-im/Quaternion/Quaternion-0.0.9.3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2018 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="A Qt5-based IM client for the Matrix protocol"
+HOMEPAGE="https://github.com/QMatrixClient/Quaternion https://matrix.org/docs/projects/client/quaternion.html"
+SRC_URI="https://github.com/QMatrixClient/Quaternion/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SLOT="0"
+LICENSE="GPL-3"
+KEYWORDS="~amd64"
+
+DEPENDS="
+ dev-qt/qtwidgets:5=
+ dev-qt/qtnetwork:5=
+ dev-qt/qtquickcontrols:5=
+ dev-qt/qtscript:5=
+ dev-qt/qtgui:5=
+ dev-qt/linguist-tools:5=
+"