homebrew-cask-versions/Casks/onlive-client.rb
2014-10-01 11:43:42 -04:00

11 lines
243 B
Ruby

class OnliveClient < Cask
version :latest
sha256 :no_check
url 'https://games.onlive.com/client/mac.pkg'
homepage 'http://games.onlive.com'
license :unknown
pkg 'mac.pkg'
uninstall :pkgutil => 'com.onlive.OnLiveClient.pkg'
end