homebrew-cask/Casks/kaleidoscope.rb

17 lines
535 B
Ruby
Raw Normal View History

2013-05-05 03:24:56 +08:00
class Kaleidoscope < Cask
2013-11-11 06:04:53 +08:00
url 'http://cdn.kaleidoscopeapp.com/releases/Kaleidoscope-2.0.2-116.zip'
2013-05-05 03:24:56 +08:00
homepage 'http://www.kaleidoscopeapp.com/'
2013-11-11 06:04:53 +08:00
version '2.0.2_116'
sha1 '4a35f6e826f0553e6d7ed02486617589f262f7fc'
2013-06-05 11:06:58 +08:00
link 'Kaleidoscope.app'
binary 'Kaleidoscope.app/Contents/Resources/bin/ksdiff'
after_install do
# Don't ask to move the app bundle to /Applications
system 'defaults write com.blackpixel.kaleidoscope moveToApplicationsFolderAlertSuppress -bool true'
end
caveats do
files_in_usr_local
end
2013-05-05 03:24:56 +08:00
end