From 582b3e7a69bdc2c647ee09665cf7bf28d23a0d25 Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Mon, 29 Apr 2013 13:36:27 +0000 Subject: Add a screen morphology file --- screen.morph | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 screen.morph diff --git a/screen.morph b/screen.morph new file mode 100644 index 0000000..f98f27c --- /dev/null +++ b/screen.morph @@ -0,0 +1,19 @@ ++{ ++ "name": "screen", ++ "kind": "chunk", ++ "description": "A terminal multiplexer an sanity tool for many", ++ "max-jobs": "1", ++ ++ "configure-commands": [ ++ "cd ./src && sh autogen.sh", ++ "cd ./src && ./configure --prefix=\"\"" ++ ], ++ ++ "build-commands": [ ++ "make -C src DESTDIR=\"\"" ++ ], ++ ++ "install-commands": [ ++ "make -C src DESTDIR=\"\" install" ++ ] ++} -- cgit v1.2.1