homebrew-cask/Casks/blue-jeans-browser-plugin.rb

21 lines
664 B
Ruby
Raw Normal View History

2014-12-20 03:03:50 +08:00
cask :v1 => 'blue-jeans-browser-plugin' do
version '2.115.99.8'
sha256 '2a367b63a7d18b2249472179d10e8a51ed3b5c76241513e9397560ecc8065825'
2014-12-20 03:03:50 +08:00
url "https://swdl.bluejeans.com/skinny/rbjnplugin_#{version}.pkg"
name 'Blue Jeans Browser Plug-in'
homepage 'http://bluejeans.com/'
license :gratis
container :type => :xar
# container :nested => 'Scripts' doesn't recognize a gzipped CPIO
preflight do
system '/usr/bin/tar', '-xf', "#{staged_path}/Scripts", '-C', staged_path
system '/bin/rm', '-f', '--', "#{staged_path}/Scripts"
2014-12-20 03:03:50 +08:00
end
internet_plugin "rbjninstallplugin_#{version}.plugin"
internet_plugin "rbjnplugin_#{version}.plugin"
end