homebrew-cask/Casks/eve-launcher.rb

18 lines
512 B
Ruby
Raw Normal View History

cask 'eve-launcher' do
2016-07-23 14:25:46 +08:00
version '1045952'
sha256 '9ed265c3968f01ca608484a1146c22303bdfa0c1af6ff906fe469354c8640864'
2016-01-12 16:15:01 +08:00
url "https://binaries.eveonline.com/EveLauncher-#{version}.dmg"
name 'Eve Online'
homepage 'https://www.eveonline.com/'
license :commercial
app 'EVE Launcher.app'
zap delete: [
'~/Library/Preferences/com.ccpgames.EVE.plist',
'~/Library/Application Support/EVE Online',
'~/Library/Application Support/CCP/EVE',
]
end