homebrew-cask/Casks/onlive-client.rb

11 lines
225 B
Ruby
Raw Normal View History

2014-05-17 12:54:03 +08:00
class OnliveClient < Cask
version 'latest'
sha256 :no_check
url 'https://games.onlive.com/client/mac.pkg'
homepage 'http://games.onlive.com'
2014-09-10 23:37:04 +08:00
pkg 'mac.pkg'
2014-05-17 12:54:03 +08:00
uninstall :pkgutil => 'com.onlive.OnLiveClient.pkg'
end