homebrew-cask/Casks/eve-launcher.rb

18 lines
550 B
Ruby

cask 'eve-launcher' do
version '1559705'
sha256 '41c948865fe34c3dab5513cfa2e7f6fcb4a3f4c1d59971e02c3eaf546cd30884'
url "https://binaries.eveonline.com/EveLauncher-#{version}.dmg"
appcast 'https://launcher.eveonline.com/launcherVersions.json'
name 'Eve Online'
homepage 'https://www.eveonline.com/'
app 'EVE Launcher.app'
zap trash: [
'~/Library/Preferences/com.ccpgames.EVE.plist',
'~/Library/Application Support/EVE Online',
'~/Library/Application Support/CCP/EVE',
]
end