summaryrefslogtreecommitdiff
path: root/data/dialog/make.sh
diff options
context:
space:
mode:
authorMCApollo <34170230+MCApollo@users.noreply.github.com>2019-04-24 18:29:45 -0500
committerSam Bingner <sam@bingner.com>2019-05-16 11:39:00 -1000
commit52854f984b1b4216ffd72bbd05332539a11569ff (patch)
treed7ae12f01d1fe73ec71229fd346ea95bc72e8101 /data/dialog/make.sh
parentffc4cfa6778b7133205d781a386db337394a4925 (diff)
Added dialog (homebrew)
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}