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