homebrew-cask/Casks/vimr.rb

22 lines
836 B
Ruby

cask 'vimr' do
version '0.20.2-254'
sha256 '24521fd7c512e045b8279400f2115694769d48254bf4e35fe085f714f79a1b04'
# 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: 'cea2cdb96abae94d5dcd9559c0840656ce0c8d4af73c019c79fb7b0b8b8a8538'
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