Create litetran-9999.ebuild

This commit is contained in:
KronoZed 2016-03-03 12:13:32 +03:00
parent a4255881e0
commit 52f3be45ff
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
inherit cmake-utils git-2
DESCRIPTION="Very simple GUI for text translation (like google translate)."
HOMEPAGE="http://flareguner.github.io/litetran/"
EGIT_REPO_URI="https://bitbucket.org/gfarniev/litetran.git"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""
DEPEND=">=dev-util/cmake-2.8.10
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/linguist-tools:5
dev-qt/qtmultimedia:5
dev-qt/qtwidgets:5"
RDEPEND="${DEPEND}"