homebrew-cask/Casks/vimr.rb

13 lines
379 B
Ruby
Raw Normal View History

2014-11-14 01:27:17 +08:00
cask :v1 => 'vimr' do
2015-02-12 16:16:25 +08:00
version '0.7.0-28'
sha256 'b1c285555d5757de00473f485eab20b6cc3700c3e0b55cc0676c3c7988e24c4f'
2014-08-17 02:02:21 +08:00
2015-01-19 11:05:27 +08:00
# github.com is the official download host per the vendor homepage
url "https://github.com/qvacua/vimr/releases/download/v#{version}/VimR-#{version.sub(%r{-.*},'')}.tar.bz2"
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'
2014-08-17 02:02:21 +08:00
end