homebrew-cask/Casks/vimr.rb

23 lines
767 B
Ruby

cask 'vimr' do
version '0.25.0-297'
sha256 'f7cc1ef7e62a832f4bc55431825c9c1297d4d265064c149a95d3706cfbae547f'
# github.com/qvacua/vimr was verified as official when first introduced to the cask
url "https://github.com/qvacua/vimr/releases/download/v#{version}/VimR-v#{version}.tar.bz2"
appcast 'https://github.com/qvacua/vimr/releases.atom'
name 'VimR'
homepage 'http://vimr.org/'
auto_updates true
app 'VimR.app'
binary "#{appdir}/VimR.app/Contents/Resources/vimr"
zap trash: [
'~/Library/Caches/com.qvacua.VimR',
'~/Library/Preferences/com.qvacua.VimR.plist',
'~/Library/Saved Application State/com.qvacua.VimR.savedState',
'~/Library/WebKit/com.qvacua.VimR',
]
end