homebrew-cask/Casks/pokerstars.rb

14 lines
360 B
Ruby
Raw Normal View History

2013-06-18 06:05:39 +08:00
class Pokerstars < Cask
version 'latest'
2014-05-08 20:51:31 +08:00
sha256 :no_check
url 'http://www.pokerstars.com/PokerStars.app.zip'
homepage 'http://www.pokerstars.com/'
2014-09-16 00:06:09 +08:00
app 'PokerStars.app'
zap :files => [
'~/Library/Preferences/com.pokerstars.user.ini',
'~/Library/Preferences/com.pokerstars.PokerStars.plist',
]
2013-06-18 06:05:39 +08:00
end