homebrew-cask/Casks/indigo.rb

12 lines
332 B
Ruby
Raw Normal View History

2014-01-19 03:17:34 +08:00
class Indigo < Cask
2014-09-17 19:42:48 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
url 'http://cloud.goprism.com/download/Indigo.dmg'
homepage 'http://www.perceptiveautomation.com/indigo/index.html'
2014-09-10 23:37:02 +08:00
pkg 'Indigo Installer.pkg'
2014-01-19 03:17:34 +08:00
uninstall :kext => 'com.perceptiveautomation.indigo_overrides.kext',
:pkgutil => 'com.perceptiveautomation.pkg.*'
end