homebrew-cask/Casks/vimr.rb

22 lines
836 B
Ruby

cask 'vimr' do
version '0.21.0-267'
sha256 'adde1855a85a5b43918addec76a0eab9c5fbf71e5d8cd8da2513940f0b459f21'
# 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',
checkpoint: 'e6ace09ad9805d35db4da5bbc0177a8fb8cb820b00f3fe693a93fe7e566b7f3d'
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