homebrew-cask/Casks/macvim.rb

22 lines
735 B
Ruby
Raw Normal View History

2014-11-14 01:26:19 +08:00
cask :v1 => 'macvim' do
2015-12-08 00:13:51 +08:00
version '7.4-85'
sha256 'b83c8f584a2a7928edb7e9c5ce931ed66f9265c18f014ca4e377e0fa8062edc3'
2014-10-04 22:10:08 +08:00
2015-11-24 22:26:55 +08:00
# github.com is the official download host per the vendor homepage
url "https://github.com/macvim-dev/macvim/releases/download/snapshot-#{version.sub(%r{^.*-},'')}/MacVim-#{version.sub(%r{-.*$},'')}.dmg"
appcast 'https://github.com/macvim-dev/macvim/releases.atom'
2015-04-13 01:05:51 +08:00
name 'MacVim'
homepage 'https://github.com/macvim-dev/macvim'
2014-10-01 23:33:19 +08:00
license :oss
2014-10-04 22:10:08 +08:00
2015-11-24 22:26:55 +08:00
app 'MacVim.app'
binary 'mvim'
2014-10-28 22:18:18 +08:00
2014-10-10 20:13:30 +08:00
zap :delete => [
'~/Library/Preferences/org.vim.MacVim.LSSharedFileList.plist',
'~/Library/Preferences/org.vim.MacVim.plist',
]
conflicts_with :formula => 'macvim'
end