Add PS4 Remote Play latest

This commit is contained in:
Fábio Oliveira 2016-04-06 15:32:23 +01:00 committed by Vítor Galvão
parent 6f505fe5a4
commit 4c1509f885
1 changed files with 15 additions and 0 deletions

15
Casks/remote-play.rb Normal file
View File

@ -0,0 +1,15 @@
cask 'remote-play' do
version :latest
sha256 :no_check
url 'https://remoteplay.dl.playstation.net/remoteplay/module/mac/RemotePlayInstaller.pkg'
name 'PS4 Remote Play'
homepage 'https://remoteplay.dl.playstation.net/remoteplay/'
license :commercial
depends_on macos: '>= :yosemite'
pkg 'RemotePlayInstaller.pkg'
uninstall pkgutil: 'com.playstation.RemotePlay.pkg'
end