Skip to content

Instantly share code, notes, and snippets.

@hitsvilleusa
Last active August 29, 2015 14:10
Show Gist options
  • Save hitsvilleusa/72c77f5a3ab016801eaf to your computer and use it in GitHub Desktop.
Save hitsvilleusa/72c77f5a3ab016801eaf to your computer and use it in GitHub Desktop.
oclint 0.8.1 caskroom
cask :v1 => 'oclint' do
version '0.8.1'
sha256 '68499fe4331b3ca2334a2884a8b3e89bba2ffa468a42a780df3dc73849c44939'
url "http://archives.oclint.org/releases/0.8/oclint-0.8.1-x86_64-darwin-14.0.0.tar.gz"
homepage 'http://oclint.org'
license :unknown
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
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment