diff --git a/Casks/pokerstars-eu.rb b/Casks/pokerstars-eu.rb new file mode 100644 index 000000000..98480d831 --- /dev/null +++ b/Casks/pokerstars-eu.rb @@ -0,0 +1,15 @@ +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