cask 'virtual-ii' do if MacOS.version <= :leopard version '6.3.7' sha256 '518c40b94039db64a26664cd8644e0e06dc71e7e8c72ca65294c01836464b770' url "http://virtualii.com/VirtualII_#{version.dots_to_underscores}.dmg" else version :latest sha256 :no_check url 'http://virtualii.com/VirtualII.dmg' end name 'Virtual ][' homepage 'http://virtualii.com/' suite 'Virtual ][' preflight do # There is no sub-folder in the DMG; the root *is* the folder FileUtils.mv(staged_path.children, staged_path.join('Virtual ][').tap(&:mkpath)) end caveats <<-EOS.undent This app requires a ROM image, which must be downloaded and installed separately. See #{homepage}VirtualIIHelp/virtual_II_help.html#ROMImage for more info. EOS end