mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
10 lines
229 B
Ruby
10 lines
229 B
Ruby
class OnliveClient < Cask
|
|
version 'latest'
|
|
sha256 :no_check
|
|
|
|
url 'https://games.onlive.com/client/mac.pkg'
|
|
homepage 'http://games.onlive.com'
|
|
|
|
install 'mac.pkg'
|
|
uninstall :pkgutil => 'com.onlive.OnLiveClient.pkg'
|
|
end
|