From 9b620f99df9993273d39224fe119c904ec92efe1 Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Sat, 28 Jul 2018 13:17:08 +0200 Subject: x11-terms/lilyterm: Add live ebuild. Package-Manager: Portage-2.3.43, Repoman-2.3.10 --- x11-terms/lilyterm/lilyterm-99999.ebuild | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 x11-terms/lilyterm/lilyterm-99999.ebuild diff --git a/x11-terms/lilyterm/lilyterm-99999.ebuild b/x11-terms/lilyterm/lilyterm-99999.ebuild new file mode 100644 index 000000000000..402106af6658 --- /dev/null +++ b/x11-terms/lilyterm/lilyterm-99999.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit git-r3 + +DESCRIPTION="a terminal emulator based off of libvte that aims to be fast and lightweight" +HOMEPAGE="https://lilyterm.luna.com.tw" +EGIT_REPO_URI="https://github.com/Tetralet/LilyTerm" + +SLOT="0" +LICENSE="GPL-3" +KEYWORDS="" + +RDEPEND=" + x11-libs/vte:0 +" +DEPEND=" + ${RDEPEND} + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig +" + +DOCS=( AUTHORS ChangeLog README TODO ) + +src_prepare() { + default + + ./autogen.sh || die +} -- cgit v1.2.3-65-gdbad