homebrew-cask/Casks/steam.rb

31 lines
1.0 KiB
Ruby

cask 'steam' do
version :latest
sha256 :no_check
# steamcdn-a.akamaihd.net was verified as official when first introduced to the cask
url 'https://steamcdn-a.akamaihd.net/client/installer/steam.dmg'
name 'Steam'
homepage 'http://store.steampowered.com/about/'
auto_updates true
app 'Steam.app'
uninstall quit: [
'com.valvesoftware.steam',
'com.valvesoftware.steam.helper',
'com.valvesoftware.steam.helper.EH',
],
launchctl: [
'com.valvesoftware.steamclean',
'com.valvesoftware.steam.ipctool',
]
zap delete: [
'~/Library/LaunchAgents/com.valvesoftware.steamclean.plist',
'~/Library/Preferences/com.valvesoftware.steam.helper.plist',
'~/Library/Application Support/Steam/',
'~/Library/Saved Application State/com.valvesoftware.steam.savedState/',
]
end