From dbf5f90161123582ebf9b9ef50f21bcb82a88011 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 8 Feb 2019 10:34:43 +0000 Subject: x11-terms/cool-retro-term : new package --- .../cool-retro-term/cool-retro-term-1.1.1.ebuild | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 x11-terms/cool-retro-term/cool-retro-term-1.1.1.ebuild (limited to 'x11-terms/cool-retro-term/cool-retro-term-1.1.1.ebuild') diff --git a/x11-terms/cool-retro-term/cool-retro-term-1.1.1.ebuild b/x11-terms/cool-retro-term/cool-retro-term-1.1.1.ebuild new file mode 100644 index 00000000..ff951cab --- /dev/null +++ b/x11-terms/cool-retro-term/cool-retro-term-1.1.1.ebuild @@ -0,0 +1,40 @@ +# Copyright 2016-2019 Redcore Linux Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit eutils qmake-utils git-r3 + +DESCRIPTION="A good looking terminal emulator which mimics the old cathode display" +HOMEPAGE="https://github.com/Swordfish90/" +LICENSE="GPL-2" + +EGIT_REPO_URI="${HOMEPAGE}${PN}.git" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + dev-qt/qtcore:5 + dev-qt/qtdeclarative:5[localstorage] + dev-qt/qtgraphicaleffects:5 + dev-qt/qtgui:5 + dev-qt/qtquickcontrols:5[widgets] + dev-qt/qtwidgets:5 + dev-qt/qtsvg:5 +" +DEPEND="${RDEPEND}" + +src_unpack() { + git-r3_fetch ${EGIT_REPO_URI} refs/tags/${PV} || die + git-r3_checkout || die +} + +src_configure() { + eqmake5 PREFIX="${EPREFIX}/usr" ${PN}.pro || die +} + +src_install() { + make INSTALL_ROOT=${D} install || die +} -- cgit v1.2.3