Merge pull request #3842 from tcarlsen/master

adding Cask for EVE
This commit is contained in:
Vítor Galvão 2014-04-10 15:05:57 +01:00
commit d35905a7f6
1 changed files with 7 additions and 0 deletions

7
Casks/eve.rb Normal file
View File

@ -0,0 +1,7 @@
class Eve < Cask
url 'https://s3.amazonaws.com/hotkeyeve/Downloads/EVE-latest.zip'
homepage 'http://www.hotkey-eve.com/'
version 'latest'
no_checksum
link 'EVE.app'
end