# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit cmake-utils eapi7-ver wxwidgets DESCRIPTION="A Free, open source, cross platform C, C++, PHP and Node.js IDE" HOMEPAGE="http://codelite.org/" SRC_URI="https://codeload.github.com/eranif/${PN}/tar.gz/${PV} -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" IUSE="" KEYWORDS="~amd64 ~x86" RDEPEND="x11-libs/wxGTK net-libs/libssh" DEPEND="${RDEPEND}" src_prepare() { WX_GTK_VER=3.0-gtk3 setup-wxwidgets cmake-utils_src_prepare }