homebrew-cask/Casks/oclint.rb

20 lines
642 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'oclint' do
2015-12-25 08:20:32 +08:00
version '0.10.1'
sha256 'e9111f1a79aac54af17f62c38be280bcefd54ba3cdc09091ef127d906abfac83'
2015-12-25 08:20:32 +08:00
# github.com is the official download host per the vendor homepage
url "https://github.com/oclint/oclint/releases/download/v#{version}/oclint-#{version}-x86_64-darwin-15.0.0.tar.gz"
2015-04-16 01:26:44 +08:00
name 'OCLint'
homepage 'http://oclint.org'
2014-12-30 20:10:37 +08:00
license :oss
binary "oclint-#{version}/bin/oclint"
binary "oclint-#{version}/bin/oclint-json-compilation-database"
binary "oclint-#{version}/bin/oclint-xcodebuild"
binary "oclint-#{version}/lib/oclint", :target => '/usr/local/lib/oclint'
caveats do
files_in_usr_local
end
2014-01-21 05:16:38 +08:00
end