homebrew-cask-versions/Casks/multibrowser.rb
2014-12-05 10:32:49 -05:00

18 lines
693 B
Ruby

cask :v1 => 'multibrowser' do
version :latest
sha256 :no_check
# macupdate is the official download host per the vendor homepage
url 'https://www.macupdate.com/download/33861/MultiBrowser.dmg'
homepage 'https://sites.google.com/site/tesseractsoftware/multibrowser'
license :unknown
app 'MultiBrowser.app'
# todo: transitional, replace #{self.name...} with #{token}
caveats <<-EOS.undent
Warning: #{self.name.sub(/^KlassPrefix/,'').gsub(/([a-zA-Z\d])([A-Z])/,'\1-\2').gsub(/([a-zA-Z\d])([A-Z])/,'\1-\2').downcase} has been abandoned by its author, and the
vendor homepage is defunct. This Cask downloads an untrusted
copy from an alternative source.
EOS
end