From 65e6e37fc0426c10c60062a72ea6283a6ec9daa1 Mon Sep 17 00:00:00 2001 From: MCApollo <34170230+MCApollo@users.noreply.github.com> Date: Wed, 24 Apr 2019 18:29:45 -0500 Subject: Added dialog (homebrew) --- data/dialog/make.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 data/dialog/make.sh (limited to 'data/dialog/make.sh') 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} -- cgit v1.2.3