mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
11 lines
337 B
Ruby
11 lines
337 B
Ruby
class Indigo < Cask
|
|
version 'latest'
|
|
sha256 :no_check
|
|
|
|
url 'http://cloud.goprism.com/download/Indigo.dmg'
|
|
homepage 'http://www.perceptiveautomation.com/indigo/index.html'
|
|
|
|
install 'Indigo Installer.pkg'
|
|
uninstall :kext => 'com.perceptiveautomation.indigo_overrides.kext',
|
|
:pkgutil => 'com.perceptiveautomation.pkg.*'
|
|
end
|