diff options
Diffstat (limited to 'x11-terms/pangoterm/pangoterm-0.0_pre20150323.ebuild')
-rw-r--r-- | x11-terms/pangoterm/pangoterm-0.0_pre20150323.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/x11-terms/pangoterm/pangoterm-0.0_pre20150323.ebuild b/x11-terms/pangoterm/pangoterm-0.0_pre20150323.ebuild new file mode 100644 index 000000000000..2871e1324fec --- /dev/null +++ b/x11-terms/pangoterm/pangoterm-0.0_pre20150323.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +DESCRIPTION="A GTK/Pango-based terminal that uses libvterm to provide terminal emulation" +HOMEPAGE="http://www.leonerd.org.uk/code/pangoterm/" +SRC_URI="http://dev.gentoo.org/~tranquility/distfiles/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="=dev-libs/libvterm-neovim-0.0_pre20150309" +RDEPEND="${DEPEND} + dev-libs/glib:2 + x11-libs/cairo + x11-libs/gdk-pixbuf:2 + x11-libs/gtk+:2 + x11-libs/pango +" + +S=${WORKDIR}/pangoterm-0 + +src_install() { + emake PREFIX="/usr" DESTDIR="${D}" install +} |