commit:     9b620f99df9993273d39224fe119c904ec92efe1
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 28 11:17:08 2018 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Jul 28 11:38:39 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b620f99

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(+)

diff --git a/x11-terms/lilyterm/lilyterm-99999.ebuild 
b/x11-terms/lilyterm/lilyterm-99999.ebuild
new file mode 100644
index 00000000000..402106af665
--- /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
+}

Reply via email to