homebrew-cask/Casks/onlive-client.rb

11 lines
225 B
Ruby

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