mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-24 02:03:06 -05:00
17 lines
521 B
Bash
Executable file
17 lines
521 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=vim
|
|
version=git
|
|
workdir=vim-master
|
|
useconfigure="true"
|
|
files="https://github.com/vim/vim/archive/master.tar.gz vim-git.tar.gz 9f999815c6afc320612d55f93f0db67b"
|
|
auth_type=md5
|
|
configopts="--with-tlib=tinfo --with-features=normal"
|
|
depends="ncurses"
|
|
|
|
export vim_cv_getcwd_broken=no
|
|
export vim_cv_memmove_handles_overlap=yes
|
|
export vim_cv_stat_ignores_slash=yes
|
|
export vim_cv_tgetent=zero
|
|
export vim_cv_terminfo=yes
|
|
export vim_cv_toupper_broken=no
|
|
export vim_cv_tty_group=world
|