re-implement RCWebColorPicker as colorpicker

This Cask dates from before the existence of the colorpicker artifact type.
- chg artifcact type to colorpicker
- remove caveats
- rename to match other colorpickers
This commit is contained in:
Roland Walker 2014-01-22 13:52:16 -05:00
parent e59dc2efcb
commit 0f45d8b814
2 changed files with 7 additions and 13 deletions

View File

@ -0,0 +1,7 @@
class ColorpickerRcwebcolorpicker < 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'
colorpicker 'RCWebColorPicker.colorPicker'
end

View File

@ -1,13 +0,0 @@
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'
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