homebrew-cask/Casks/vimr.rb

21 lines
746 B
Ruby

cask 'vimr' do
version '0.24.0-282'
sha256 '5cec39cfbca639a00e9b6b4995dce4ce0b3312a5e5c29b5777fb8713f4718a64'
# 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/'
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