mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 21:32:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			474 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			474 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"
 | |
| 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
 | 
