homebrew-cask/Casks/jabber-video.rb

16 lines
588 B
Ruby
Raw Normal View History

2014-11-14 01:26:09 +08:00
cask :v1 => 'jabber-video' do
version '4.8.6'
sha256 '9f0436cdfe65ebd3955a33eefac72af03def89075acd28280e27b0a6dd12738a'
2014-10-19 01:05:28 +08:00
url "http://collaboration.iu.edu/service-request/software/JabberVideo-#{version.sub(%r{\.(\d+)$},'')}.dmg"
homepage 'https://www.ciscojabbervideo.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:05:46 +08:00
app 'Jabber Video.app'
# todo what is the reason for this?
2014-09-09 20:55:27 +08:00
postflight do
2014-11-13 08:14:12 +08:00
system '/bin/rm', '--', "#{staged_path}/Jabber Video.app/Contents/Resources/ForcedConfig.plist"
end
end