homebrew-cask/Casks/eve.rb

15 lines
448 B
Ruby
Raw Normal View History

2014-11-14 01:25:48 +08:00
cask :v1 => 'eve' do
2014-09-17 19:42:44 +08:00
version :latest
sha256 :no_check
2015-01-06 00:25:16 +08:00
# amazonaws.com is the official download host per the vendor homepage
2014-04-10 14:49:34 +08:00
url 'https://s3.amazonaws.com/hotkeyeve/Downloads/EVE-latest.zip'
name 'EVE'
appcast 'https://s3.amazonaws.com/hotkeyeve/hotkeyEVEappcast.xml',
:sha256 => '771a6b166a2752502899a4c5117b08aae56b36a72122a34dbb304ab7d7c8b0e5'
2014-04-10 14:49:34 +08:00
homepage 'http://www.hotkey-eve.com/'
2015-01-06 09:48:46 +08:00
license :gratis
2014-09-16 00:05:32 +08:00
app 'EVE.app'
2014-04-10 14:49:34 +08:00
end