homebrew-cask/Casks/livestream-producer.rb

19 lines
664 B
Ruby
Raw Normal View History

2015-02-03 00:05:15 +08:00
cask :v1 => 'livestream-producer' do
version :latest
sha256 :no_check
url 'https://cdn.livestream.com/producer/LivestreamProducer.pkg'
name 'Livestream Producer'
homepage 'https://new.livestream.com/producer/software'
license :gratis
pkg 'LivestreamProducer.pkg'
uninstall :pkgutil => [
'com.livestream.livestreamProducer.LivestreamProducer.pkg',
'com.livestream.livestreamProducer.ProcasterAudioRedirector.pkg',
'com.livestream.livestreamProducer.postflight.pkg',
'com.livestream.livestreamProducer.preflight.pkg'
]
end