homebrew-cask/Casks/pokerstars.rb

14 lines
363 B
Ruby

class Pokerstars < Cask
version :latest
sha256 :no_check
url 'http://www.pokerstars.com/PokerStars.app.zip'
homepage 'http://www.pokerstars.com/'
app 'PokerStars.app'
zap :delete => [
'~/Library/Preferences/com.pokerstars.user.ini',
'~/Library/Preferences/com.pokerstars.PokerStars.plist',
]
end