RcWebColorPicker 1.2.x

This commit is contained in:
Joel Kuzmarski 2013-11-23 19:24:09 -06:00
parent c1fffd9687
commit c1090e6418
1 changed files with 15 additions and 0 deletions

15
Casks/rcwebcolorpicker.rb Normal file
View File

@ -0,0 +1,15 @@
class Rcwebcolorpicker < Cask
url 'http://www.rubicode.com/Downloads/RCWebColorPicker-1.2.X.dmg'
homepage 'http://www.rubicode.com/Software/RCWebColorPicker'
version '1.2.x'
sha1 'bebc90d7ddd40d6979714cdbbee01f3ef156fb55'
link 'RCWebColorPicker.colorPicker'
def caveats; <<-EOS.undent
To install RCWebColorPicker.colorPicker just copy it to ~/Library/
ColorPickers or /Library/ColorPickers. You may have to create the
directory first. Once installed, RCWebColorPicker should show up as
a new option in the system color panel.
EOS
end
end