summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ncurses.morph9
1 files changed, 9 insertions, 0 deletions
diff --git a/ncurses.morph b/ncurses.morph
new file mode 100644
index 0000000..5f90c49
--- /dev/null
+++ b/ncurses.morph
@@ -0,0 +1,9 @@
+{
+ "name": "ncurses",
+ "description": "Terminal Independent Character Library",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "configure-commands": [
+ "./configure --prefix=\"$PREFIX\" --with-shared --without-debug --enable-widec"
+ ]
+}