You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
397 B
16 lines
397 B
10 years ago
|
cask :v1 => 'pokerstars-eu' do
|
||
|
version :latest
|
||
|
sha256 :no_check
|
||
|
|
||
|
url 'http://www.pokerstars.eu/PokerStarsEU.app.zip'
|
||
|
homepage 'http://www.pokerstars.com/'
|
||
|
license :freemium
|
||
|
|
||
|
app 'PokerStars.app'
|
||
|
|
||
|
zap :delete => [
|
||
|
'~/Library/Preferences/com.pokerstars.eu.user.ini',
|
||
|
'~/Library/Preferences/com.pokerstars.PokerStarsEU.plist',
|
||
|
]
|
||
|
end
|