homebrew-cask/Casks/eve.rb

13 lines
444 B
Ruby

cask :v1 => 'eve' do
version :latest
sha256 :no_check
# amazonaws.com is the official download host per the vendor homepage
url 'https://s3.amazonaws.com/hotkeyeve/Downloads/EVE-latest.zip'
appcast 'https://s3.amazonaws.com/hotkeyeve/hotkeyEVEappcast.xml'
homepage 'http://www.hotkey-eve.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'EVE.app'
end