homebrew-cask/Casks/vimr.rb

16 lines
581 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'vimr' do
2015-09-11 16:19:28 +08:00
version '0.8.0-32'
sha256 '8660e7d5157b3165faab8a228f67a1bd63016c51bc300af131b90edc18dda678'
2016-03-06 02:29:07 +08:00
# 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-#{version.sub(%r{-.*}, '')}.tar.bz2"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/qvacua/vimr/releases.atom',
checkpoint: 'cfd99e9ff5feb321bde77647d980df524d1522c8203df977f7a245254020c250'
2015-01-23 05:51:19 +08:00
name 'VimR'
2014-08-17 02:02:21 +08:00
homepage 'http://vimr.org/'
2014-10-12 00:34:57 +08:00
license :gpl
2014-08-17 02:02:21 +08:00
2014-09-16 00:06:34 +08:00
app 'VimR.app'
2015-11-01 05:25:13 +08:00
binary 'VimR.app/Contents/Resources/vimr'
2014-08-17 02:02:21 +08:00
end