[Lunar-commits] <moonbase> evilvte: new very lightweight terminal emulator

Christian Krause wookietreiber at lunar-linux.org
Wed Jun 22 11:58:48 CEST 2011


commit a89aad59a516f5529d39e0ec14a76bea7c8ef631
Author: Christian Krause <wookietreiber at lunar-linux.org>
Date:   Wed Jun 22 11:58:48 2011 +0200

    evilvte: new very lightweight terminal emulator
---
 zbeta/evilvte/BUILD   |    6 ++++++
 zbeta/evilvte/DEPENDS |    1 +
 zbeta/evilvte/DETAILS |   22 ++++++++++++++++++++++
 3 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/zbeta/evilvte/BUILD b/zbeta/evilvte/BUILD
new file mode 100644
index 0000000..3a845c0
--- /dev/null
+++ b/zbeta/evilvte/BUILD
@@ -0,0 +1,6 @@
+(
+
+  ./configure --prefix=/usr
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/evilvte/DEPENDS b/zbeta/evilvte/DEPENDS
new file mode 100644
index 0000000..f9f605f
--- /dev/null
+++ b/zbeta/evilvte/DEPENDS
@@ -0,0 +1 @@
+depends vte
diff --git a/zbeta/evilvte/DETAILS b/zbeta/evilvte/DETAILS
new file mode 100644
index 0000000..3f7a106
--- /dev/null
+++ b/zbeta/evilvte/DETAILS
@@ -0,0 +1,22 @@
+          MODULE=evilvte
+         VERSION=0.4.8
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://www.calno.com/evilvte
+      SOURCE_VFY=sha1:377da01e3a436834f9395a3b16b95d3a1b2fc120
+        WEB_SITE=http://www.calno.com/evilvte/
+         ENTERED=20110622
+         UPDATED=20110622
+           SHORT="VTE based, highly customizable terminal emulator"
+           PSAFE=no
+
+cat << EOF
+evilvte is a VTE based, highly customizable terminal emulator.
+
+Features
+
+- tabs
+- tabbar autohide
+- right click to switch encoding
+- supports almost all VTE features (option list) (changelog)
+- build-time configuration
+EOF


More information about the Lunar-commits mailing list