homebrew-cask/Casks/oclint.rb

22 lines
788 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'oclint' do
2016-01-17 02:41:21 +08:00
version '0.10.2'
sha256 '908ff716be831f1842daf81f899d86b1ee56109656fc1b6ccd69f8806ffdb75c'
2015-12-25 08:20:32 +08:00
# github.com is the official download host per the vendor homepage
2016-01-17 02:41:21 +08:00
url "https://github.com/oclint/oclint/releases/download/v#{version}/oclint-#{version}-x86_64-darwin-15.2.0.tar.gz"
appcast 'https://github.com/oclint/oclint/releases.atom',
checkpoint: '776ee0710ae369b0995578c4c0b28bf420012975b70703014fe69e943c481f46'
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