pangoterm-0.0_pre20150913.ebuild 611 B

1234567891011121314151617181920212223242526272829
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. DESCRIPTION="A GTK/Pango-based terminal that uses libvterm to provide terminal emulation"
  5. HOMEPAGE="http://www.leonerd.org.uk/code/pangoterm/"
  6. SRC_URI="https://dev.gentoo.org/~tranquility/distfiles/${P}.tar.gz"
  7. LICENSE="MIT"
  8. SLOT="0"
  9. KEYWORDS="~amd64"
  10. IUSE=""
  11. DEPEND="dev-libs/libvterm-neovim"
  12. RDEPEND="${DEPEND}
  13. dev-libs/glib:2
  14. x11-libs/cairo
  15. x11-libs/gdk-pixbuf:2
  16. x11-libs/gtk+:2
  17. x11-libs/pango
  18. "
  19. S=${WORKDIR}/pangoterm-0
  20. src_install() {
  21. emake PREFIX="/usr" DESTDIR="${D}" install
  22. }