homebrew-cask/Casks/onlive-client.rb

13 lines
297 B
Ruby

cask :v1 => 'onlive-client' do
version :latest
sha256 :no_check
url 'https://games.onlive.com/client/mac.pkg'
homepage 'http://games.onlive.com'
license :unknown # todo: improve this machine-generated value
pkg 'mac.pkg'
uninstall :pkgutil => 'com.onlive.OnLiveClient.pkg'
end