summaryrefslogtreecommitdiff
path: root/data/dialog/make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'data/dialog/make.sh')
-rw-r--r--data/dialog/make.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/data/dialog/make.sh b/data/dialog/make.sh
new file mode 100644
index 000000000..2b553e9a5
--- /dev/null
+++ b/data/dialog/make.sh
@@ -0,0 +1,9 @@
+pkg:setup
+CFLAGS="-include term.h" pkg:configure --with-ncurses
+# configure doesn't include ncurses/term.h and will error out without that CFLAG.
+# (Due to a undefined `tgoto`)
+pkg:make
+pkg:install install-full
+
+# Also installs headers and a static lib- uncomment for removal
+# pkg: rm -rf ${PKG_TAPF}/{lib,include}