homebrew-cask/Casks/pokerstars.rb

19 lines
414 B
Ruby

cask 'pokerstars' do
version :latest
sha256 :no_check
url 'https://www.pokerstars.com/PokerStars.app.zip'
name 'PokerStars'
homepage 'https://www.pokerstars.com/'
license :freemium
auto_updates true
app 'PokerStars.app'
zap delete: [
'~/Library/Preferences/com.pokerstars.user.ini',
'~/Library/Preferences/com.pokerstars.PokerStars.plist',
]
end