Skip to content

Instantly share code, notes, and snippets.

@Palleas
Forked from dlackty/oclint.rb
Last active December 19, 2015 13:59
Show Gist options
  • Save Palleas/5966047 to your computer and use it in GitHub Desktop.
Save Palleas/5966047 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.3f9355e-x86_64-darwin-12.4.0.zip'
version '0.9'
sha1 '538f4210db2054a42f8d9334929cd742b72d13c6'
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