homebrew-cask/Casks/onlive-client.rb

14 lines
369 B
Ruby

cask :v1 => 'onlive-client' do
version :latest
sha256 :no_check
url 'https://games.onlive.com/client/mac.pkg'
name 'OnLive Client'
homepage 'http://games.onlive.com'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
pkg 'mac.pkg'
uninstall :pkgutil => 'com.onlive.OnLiveClient.pkg'
end