mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-24 01:21:31 +00:00
47 lines
1.7 KiB
JSON
47 lines
1.7 KiB
JSON
{
|
|
"homepage": "http://www.vim.org",
|
|
"license": "http://vimdoc.sourceforge.net/htmldoc/uganda.html#license",
|
|
"version": "8.0.1056",
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1056/gvim_8.0.1056_x86.zip",
|
|
"hash": "2ba5e1692906b591d3315a9b909b1d1cc346e58d31826a8353646dd7b92197e8"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1056/gvim_8.0.1056_x64.zip",
|
|
"hash": "2c565af5c439b6a48bcc4da045c5f0ad21924cc02e2030465a981e493d106e20"
|
|
}
|
|
},
|
|
"extract_dir": "vim\\vim80",
|
|
"bin": [
|
|
"vim.exe",
|
|
"gvim.exe"
|
|
],
|
|
"post_install": "if(!(test-path ~\\.vimrc)) {
|
|
cp \"$dir\\vimrc_example.vim\" ~\\.vimrc
|
|
\"set shell=$((gcm powershell).path)\\ -executionpolicy\\ bypass\" | out-file ~\\.vimrc -append -encoding ascii
|
|
echo '~/.vimrc was created with your shell set to Powershell.'
|
|
} else { echo '~/.vimrc exists, skipping' }",
|
|
"checkver": {
|
|
"github": "https://github.com/vim/vim-win32-installer"
|
|
},
|
|
"env_set": {
|
|
"VIM": "$dir"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/vim/vim-win32-installer/releases/download/v$version/gvim_$version_x86.zip",
|
|
"extract_dir": "vim\\vim$majorVersion$minorVersion"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/vim/vim-win32-installer/releases/download/v$version/gvim_$version_x64.zip",
|
|
"extract_dir": "vim\\vim$majorVersion$minorVersion"
|
|
}
|
|
}
|
|
},
|
|
"suggest": {
|
|
"vimtutor": "vimtutor"
|
|
}
|
|
}
|