summaryrefslogtreecommitdiff
path: root/data/nvi/make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'data/nvi/make.sh')
-rw-r--r--data/nvi/make.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/data/nvi/make.sh b/data/nvi/make.sh
new file mode 100644
index 000000000..5b013df51
--- /dev/null
+++ b/data/nvi/make.sh
@@ -0,0 +1,7 @@
+pkg:extract
+cd nvi-1.79
+pkg:patch
+cd build
+ac_cv_lib_termcap=no vi_cv_sys5_pty=no pkg:configure --disable-curses
+make CC=arm-apple-darwin-gcc
+make install prefix="${PKG_DEST}/usr" strip="$(which arm-apple-darwin-strip)"