mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-06-30 06:12:15 -06:00
11 lines
353 B
Ruby
11 lines
353 B
Ruby
cask :v1 => 'qlcolorcode' do
|
|
version '2.0.2'
|
|
sha256 '317eda251ea5af8412401562395d2fbedb2dd915a7d927479cf09ac7251c4074'
|
|
|
|
url "https://qlcolorcode.googlecode.com/files/QLColorCode-#{version}.tgz"
|
|
name 'QLColorCode'
|
|
homepage 'https://code.google.com/p/qlcolorcode/'
|
|
license :oss
|
|
|
|
qlplugin "QLColorCode-#{version}/QLColorCode.qlgenerator"
|
|
end
|