From 0ce6de7adbd5fe6b268e1b8a1422cdfeb7cdebf5 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Mon, 14 Apr 2014 12:22:53 +0000 Subject: Add chunk morphologies to definitions repository --- chunks/screen.morph | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 chunks/screen.morph (limited to 'chunks/screen.morph') diff --git a/chunks/screen.morph b/chunks/screen.morph new file mode 100644 index 00000000..d0644509 --- /dev/null +++ b/chunks/screen.morph @@ -0,0 +1,13 @@ +name: screen +kind: chunk +description: A terminal multiplexer and sanity tool for many +repo: upstream:screen +ref: 7dd4a9e5f385c96a77e8ee5c977a1dde4c0ff467 +max-jobs: '1' +configure-commands: +- cd ./src && sh autogen.sh +- cd ./src && ./configure --prefix="$PREFIX" +build-commands: +- cd ./src && make +install-commands: +- cd ./src && make DESTDIR="$DESTDIR" install -- cgit v1.2.1