From 5faa2de9388d9b892a74bcc38930e28f5d40e9c9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Fri, 1 May 2015 07:32:02 +0000
Subject: [PATCH] add tig component

---
 component/tig/buildout.cfg | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 component/tig/buildout.cfg

diff --git a/component/tig/buildout.cfg b/component/tig/buildout.cfg
new file mode 100644
index 000000000..f124fb479
--- /dev/null
+++ b/component/tig/buildout.cfg
@@ -0,0 +1,14 @@
+# Tig: text-mode interface for Git
+# http://jonas.nitro.dk/tig/
+
+[buildout]
+extends =
+  ../ncurses/buildout.cfg
+
+[tig]
+recipe = slapos.recipe.cmmi
+url = http://jonas.nitro.dk/tig/releases/tig-2.1.tar.gz
+md5sum = d6c237aba2c03d85897da79789fd6104
+environment =
+  CFLAGS=-I${ncurses:location}/include
+  LDFLAGS=-L${ncurses:location}/lib -Wl,-rpath=${ncurses:location}/lib
-- 
2.30.9