homebrew-cask/Casks/jabber-video.rb

16 lines
491 B
Ruby
Raw Normal View History

class JabberVideo < Cask
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/'
2014-10-01 23:33:09 +08:00
license :unknown
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
system '/bin/rm', '--', "#{destination_path}/Jabber Video.app/Contents/Resources/ForcedConfig.plist"
end
end