Quaternion-0.0.9.3.ebuild (613B)
1 # Copyright 2018 Haelwenn (lanodan) Monnier <contact@hacktivis.me> 2 # Distributed under the terms of the GNU General Public License v2 3 4 EAPI=6 5 6 inherit cmake-utils 7 8 DESCRIPTION="A Qt5-based IM client for the Matrix protocol" 9 HOMEPAGE="https://github.com/QMatrixClient/Quaternion https://matrix.org/docs/projects/client/quaternion.html" 10 SRC_URI="https://github.com/QMatrixClient/Quaternion/archive/v${PV}.tar.gz -> ${P}.tar.gz" 11 SLOT="0" 12 LICENSE="GPL-3" 13 KEYWORDS="~amd64" 14 15 DEPEND=" 16 dev-qt/qtwidgets:5= 17 dev-qt/qtnetwork:5= 18 dev-qt/qtquickcontrols:5= 19 dev-qt/qtscript:5= 20 dev-qt/qtgui:5= 21 dev-qt/linguist-tools:5= 22 "