Skip to content

Instantly share code, notes, and snippets.

@zimbatm
Created October 13, 2014 11:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zimbatm/b2edd419d8eb4b375077 to your computer and use it in GitHub Desktop.
Save zimbatm/b2edd419d8eb4b375077 to your computer and use it in GitHub Desktop.
Homebrew formula for rmlint
require "formula"
class Rmlint < Formula
homepage "https://github.com/sahib/rmlint"
head "https://github.com/zimbatm/rmlint.git", branch: "master"
def install
system "make", "install", "PREFIX=#{prefix}"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment