summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2018-07-28 13:17:08 +0200
committerJeroen Roovers <jer@gentoo.org>2018-07-28 13:38:39 +0200
commit9b620f99df9993273d39224fe119c904ec92efe1 (patch)
tree1333ef68488bdb39fb9fd9c310b82443c2e5645b
parentkde-plasma/plasma-pa: Revbump to not automagically depend on gconf. (diff)
downloadgentoo-9b620f99.tar.gz
gentoo-9b620f99.tar.bz2
gentoo-9b620f99.zip
x11-terms/lilyterm: Add live ebuild.
Package-Manager: Portage-2.3.43, Repoman-2.3.10
-rw-r--r--x11-terms/lilyterm/lilyterm-99999.ebuild31
1 files changed, 31 insertions, 0 deletions
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
+}