homebrew-cask/Casks/multibrowser.rb

19 lines
741 B
Ruby
Raw Normal View History

2014-11-14 01:26:26 +08:00
cask :v1 => 'multibrowser' do
2014-09-17 19:42:54 +08:00
version :latest
2014-05-08 20:51:31 +08:00
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'
2014-12-10 21:50:11 +08:00
license :unknown # todo: improve this machine-generated value
2014-09-16 00:05:59 +08:00
app 'MultiBrowser.app'
2014-12-05 23:32:49 +08:00
# todo: transitional, replace #{self.name...} with #{token}
caveats <<-EOS.undent
2014-12-05 23:32:49 +08:00
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
2013-10-31 02:35:10 +08:00
end