cask :v1 => 'zooom' do version :latest sha256 :no_check url 'http://software.coderage-software.com/zooom/Zooom_Latest.dmg' homepage 'http://coderage-software.com/zooom' license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder pkg 'Zooom2.pkg' 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 end