homebrew-cask/Casks/zooom.rb

19 lines
537 B
Ruby
Raw Normal View History

2014-11-14 01:27:27 +08:00
cask :v1 => 'zooom' do
2014-11-14 22:43:17 +08:00
version :latest
sha256 :no_check
2014-11-14 22:43:17 +08:00
url 'http://software.coderage-software.com/zooom/Zooom_Latest.dmg'
homepage 'http://coderage-software.com/zooom'
2014-12-10 21:51:26 +08:00
license :unknown # todo: improve this machine-generated value
2014-09-10 23:37:09 +08:00
pkg 'Zooom2.pkg'
2014-11-22 22:12:48 +08:00
2014-11-14 23:01:24 +08:00
uninstall :pkgutil => 'com.coderage.pkg.Zooom2'
depends_on :macos => '>= :mavericks'
caveats do
"There are known issues with installing this package, so if installation fails you may need to run the installer at #{staged_path}/Zooom2.pkg manually."
end
2012-12-16 02:22:21 +08:00
end