cask :v1 => 'xerox-print-driver' do name 'Xerox Print Driver' homepage 'http://www.support.xerox.com/support/colorqube-8900/downloads' license :gratis tags :vendor => 'Xerox' if MacOS.release <= :leopard version '2.94.3' sha256 '1c59094ad2f39e2a086dfb59adc555fc87d1f88a8ac6ff034e7580eed55cf360' url "http://download.support.xerox.com/pub/drivers/CQ8570/drivers/macosx/pt_BR/10.5.XeroxPrintDriver.#{version}.dmg" elsif MacOS.release <= :snow_leopard version '2.112.0' sha256 '3517cb64f283f12c60030710073812131361ddae358950bc35afe72b163a9bf7' url "http://download.support.xerox.com/pub/drivers/CQ8570/drivers/macosx/pt_BR/XeroxPrintDriver.#{version}.dmg" elsif MacOS.release <= :lion version '3.52.0_1481' sha256 'ed958701b6adca202f0b7936cfea0fac64c2161e228f35e00f341e29df36c18f' url "http://download.support.xerox.com/pub/drivers/CQ8570/drivers/macosx107/pt_BR/XeroxPrintDriver.#{version}.dmg" else version '3.56.0_1528' sha256 'c5ad100646c8e06b0912f0c8899fde4b1f2c3aaa038a95cf374a312a47adba7c' url "http://download.support.xerox.com/pub/drivers/CQ8570/drivers/macosx1010/ar/XeroxPrintDriver.#{version}.dmg" end pkg "Xerox Print Driver #{version.sub(/_.*/,'')}.pkg" uninstall :pkgutil => [ 'com.xerox.installer.addprintqueue', 'com.xerox.installer.finishup', 'com.xerox.print.xeroxPrinter.pkg' ] zap :rmdir => '/Library/Application Support/Xerox' end