summaryrefslogtreecommitdiffstats
path: root/qt5-cmake
diff options
context:
space:
mode:
authorTreeve Jelbert2019-02-26 11:52:19 +0100
committerTreeve Jelbert2019-02-26 11:54:01 +0100
commitb2d64f2198ffa2ab5cf45e1b70ecdcd290c3a50a (patch)
tree9324aa8536180f521dfd6553a8dd324176e67b40 /qt5-cmake
parent1a741a715cc35e143ad14bafa0e9f2b8c24c54ab (diff)
quaternion-0.0.9.3
Diffstat (limited to 'qt5-cmake')
-rwxr-xr-xqt5-cmake/quaternion/CONFIGURE1
-rwxr-xr-xqt5-cmake/quaternion/DEPENDS5
-rwxr-xr-xqt5-cmake/quaternion/DETAILS14
-rw-r--r--qt5-cmake/quaternion/HISTORY3
4 files changed, 23 insertions, 0 deletions
diff --git a/qt5-cmake/quaternion/CONFIGURE b/qt5-cmake/quaternion/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /dev/null
+++ b/qt5-cmake/quaternion/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/qt5-cmake/quaternion/DEPENDS b/qt5-cmake/quaternion/DEPENDS
new file mode 100755
index 0000000000..e27d78fe07
--- /dev/null
+++ b/qt5-cmake/quaternion/DEPENDS
@@ -0,0 +1,5 @@
+source $GRIMOIRE/CMAKE_DEPENDS &&
+source $GRIMOIRE/QT5_DEPENDS &&
+depends qtdeclarative &&
+depends libqmatrixclient &&
+depends SSL
diff --git a/qt5-cmake/quaternion/DETAILS b/qt5-cmake/quaternion/DETAILS
new file mode 100755
index 0000000000..da2e78f189
--- /dev/null
+++ b/qt5-cmake/quaternion/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=quaternion
+ VERSION=0.0.9.3
+ SOURCE_HASH=sha512:3836338cddc674b3a8b6e7d8376f0136db5c548788a0e56f27023fe7b238e2c07d77bf5e5b50e49cdb011c61f05700818b6a22a394ee8d52015f5f32b3fe4d47
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL/q/Q}-$VERSION
+ WEB_SITE=https://github.com/QMatrixClient/Quaternion
+ SOURCE_URL[0]=$WEB_SITE/archive/v$VERSION.tar.gz
+ LICENSE[0]=GPL3
+ ENTERED=20190226
+ KEYWORDS=""
+ SHORT="Matrix IM client"
+cat << EOF
+A Qt5-based IM client for Matrix
+EOF
diff --git a/qt5-cmake/quaternion/HISTORY b/qt5-cmake/quaternion/HISTORY
new file mode 100644
index 0000000000..e372bbbd9b
--- /dev/null
+++ b/qt5-cmake/quaternion/HISTORY
@@ -0,0 +1,3 @@
+2019-02-26 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 0.0.9.3
+ spell created