forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgvim.json
27 lines (27 loc) · 878 Bytes
/
gvim.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"url": "http://www.vim.org",
"license": "http://vimdoc.sourceforge.net/htmldoc/uganda.html#license",
"version": "8.0-069",
"url": [
"http://ftp.vim.org/pub/vim/pc/gvim80-069.zip",
"http://ftp.vim.org/pub/vim/pc/vim80-069rt.zip"
],
"hash": [
"65B7148BF95ECB1DE9602FA24DEFAD09DF3B128C24AC38688A7FEF6D5E8170F8",
"482B3AEF45C3731B205D7C5FE59E0CCA7542AAE9B447F46B4792B89F2F79E01E"
],
"extract_dir": [ "vim\\vim80", "vim\\vim80" ],
"bin": "gvim.exe",
"post_install":
"
if(!(test-path ~\\.vimrc)) {
cp \"$dir\\vimrc_example.vim\" ~\\.vimrc
\"set shell=$((gcm powershell).path)\" | out-file ~\\.vimrc -append -encoding ascii
echo '~/.vimrc was created with your shell set to Powershell.'
} else { echo '~/.vimrc exists, skipping' }
",
"checkver": {
"url": "http://www.vim.org/download.php",
"re": "Vim ([0-9\\.]+) is the latest stable version"
}
}