pangoterm-0.0_pre616.ebuild (618B)
1 # Copyright 1999-2020 Gentoo Authors 2 # Distributed under the terms of the GNU General Public License v2 3 4 EAPI=7 5 6 DESCRIPTION="A GTK/Pango-based terminal that uses libvterm to provide terminal emulation" 7 HOMEPAGE="http://www.leonerd.org.uk/code/pangoterm/" 8 SRC_URI="https://bazaar.launchpad.net/~leonerd/pangoterm/trunk/tarball/616 -> ${P}.tar.gz" 9 10 LICENSE="MIT" 11 SLOT="0" 12 KEYWORDS="~amd64" 13 IUSE="" 14 15 DEPEND=" 16 >=dev-libs/libvterm-0.1.3 17 x11-libs/cairo:= 18 x11-libs/gtk+:2= 19 " 20 RDEPEND="${DEPEND}" 21 22 S="${WORKDIR}/~leonerd/pangoterm/trunk/" 23 24 src_install() { 25 emake PREFIX="/usr" DESTDIR="${D}" install 26 dodoc pangoterm.cfg 27 }