aboutsummaryrefslogtreecommitdiff
path: root/editors/mg/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-08-23 00:28:34 +0300
committerCem Keylan <cem@ckyln.com>2020-08-23 00:28:34 +0300
commit8dcd73253986c6cd7db3a372b84d3e808b08bf2e (patch)
treead8910d85710e41e59ed23db721b85e8a55c2aca /editors/mg/build
parenta7ed7cd4e92b9f9e4a88244086d21cc18e37e088 (diff)
downloadrepository-8dcd73253986c6cd7db3a372b84d3e808b08bf2e.tar.gz
mg: move to editors
Diffstat (limited to 'editors/mg/build')
-rwxr-xr-xeditors/mg/build6
1 files changed, 6 insertions, 0 deletions
diff --git a/editors/mg/build b/editors/mg/build
new file mode 100755
index 0000000..d67e3ef
--- /dev/null
+++ b/editors/mg/build
@@ -0,0 +1,6 @@
+#!/bin/sh -e
+
+sed -i 's/--libs ncurses/--libs ncursesw/' GNUmakefile
+
+make STATIC=yesplease
+install -Dm755 -t "$1/usr/bin" mg