homebrew-cask/Casks/syphon-virtual-screen.rb

20 lines
804 B
Ruby

cask 'syphon-virtual-screen' do
version '1.3'
sha256 '0cf56d171f3427d623d4b12d55e0342a34cd8d12dd7082c7ed372b5effac8a46'
# github.com/andreacremaschi/Syphon-virtual-screen was verified as official when first introduced to the cask
url "https://github.com/andreacremaschi/Syphon-virtual-screen/releases/download/#{version}/Syphon.Virtual.Screen.mpkg.zip"
appcast 'https://github.com/andreacremaschi/Syphon-virtual-screen/releases.atom'
name 'Syphon Virtual Screen'
homepage 'https://andreacremaschi.github.io/Syphon-virtual-screen/'
pkg 'Syphon Virtual Screen.mpkg'
uninstall kext: 'EWProxyFrameBuffer',
delete: '/System/Library/Caches/com.apple.kext.caches'
caveats <<~EOS
To use different resolutions modify EWProxyFramebuffer.kext/Contents/Info.plist
EOS
end