homebrew-cask/Casks/indigo.rb

10 lines
335 B
Ruby
Raw Normal View History

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