Skip to content

Instantly share code, notes, and snippets.

@sevki
Forked from Palleas/oclint.rb
Created August 11, 2014 10:20
Show Gist options
  • Save sevki/1223605ace3491376b1a to your computer and use it in GitHub Desktop.
Save sevki/1223605ace3491376b1a to your computer and use it in GitHub Desktop.
require 'formula'
class Oclint < Formula
homepage 'http://oclint.org'
url 'http://archives.oclint.org/nightly/oclint-0.9.dev.648e9af-x86_64-darwin-12.4.0.tar.gz'
version '0.9'
sha1 '233b4663332f0c68a07b911d7a2056fcdba573dc'
depends_on 'llvm'
def install
lib.install Dir['lib/*']
bin.install Dir['bin/*']
end
def test
system "oclint -h"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment