qtermwidget-9999.ebuild 420 B

12345678910111213141516171819202122
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. inherit cmake-utils git-r3
  5. DESCRIPTION="Qt terminal emulator widget"
  6. HOMEPAGE="https://github.com/lxde/qtermwidget"
  7. EGIT_REPO_URI="https://github.com/lxde/qtermwidget.git"
  8. LICENSE="GPL-2+"
  9. SLOT="0"
  10. KEYWORDS=""
  11. IUSE=""
  12. DEPEND="
  13. dev-qt/qtcore:5
  14. dev-qt/qtgui:5
  15. dev-qt/qtwidgets:5
  16. "
  17. RDEPEND="${DEPEND}"