diff --git a/ports/zsh/build.sh b/ports/zsh/build.sh new file mode 100755 index 00000000..c5e78271 --- /dev/null +++ b/ports/zsh/build.sh @@ -0,0 +1,13 @@ +#!/bin/bash ../install.sh + +NAME='zsh' +VERSION='5.9' +DOWNLOAD_URL="https://sourceforge.net/projects/zsh/files/zsh/$VERSION/zsh-$VERSION.tar.xz#9b8d1ecedd5b5e81fbf1918e876752a7dd948e05c1a0dba10ab863842d45acd5" +DEPENDENCIES=('ncurses') +CONFIG_SUB=('config.sub') +CONFIGURE_OPTIONS=( + 'ac_cv_func_mmap_fixed_mapped=yes' + 'zsh_cv_sys_path_dev_fd=no' + 'ac_cv_have_dev_ptmx=no' + 'CFLAGS=-Wno-incompatible-pointer-types' +)