homebrew-cask/Casks/vimr.rb

11 lines
296 B
Ruby
Raw Normal View History

2014-11-14 01:27:17 +08:00
cask :v1 => 'vimr' do
2014-11-20 20:03:26 +08:00
version '0.3.0-21'
sha256 'ebb17770ab2eb5d561c2ef3d46c274617e3099ac2a15f7a6fccf55b79218c282'
2014-08-17 02:02:21 +08:00
2014-08-23 00:03:05 +08:00
url "https://github.com/qvacua/vimr/releases/download/v#{version}/VimR-#{version.gsub(/-.*/, '')}.tar.bz2"
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'
2014-08-17 02:02:21 +08:00
end