homebrew-cask/Casks/livestream-producer.rb

19 lines
644 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'livestream-producer' do
2015-02-03 00:05:15 +08:00
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',
]
2015-02-03 00:05:15 +08:00
end