homebrew-cask/Casks/onlive-client.rb

12 lines
243 B
Ruby
Raw Normal View History

2014-05-17 12:54:03 +08:00
class OnliveClient < Cask
2014-09-17 19:42:55 +08:00
version :latest
2014-05-17 12:54:03 +08:00
sha256 :no_check
url 'https://games.onlive.com/client/mac.pkg'
homepage 'http://games.onlive.com'
2014-10-01 23:33:31 +08:00
license :unknown
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