Skip to content

Instantly share code, notes, and snippets.

@twe4ked
Created May 7, 2013 03:35
Show Gist options
  • Save twe4ked/5530088 to your computer and use it in GitHub Desktop.
Save twe4ked/5530088 to your computer and use it in GitHub Desktop.
require 'formula'
class Matcher < Formula
URL = 'https://github.com/burke/matcher'
homepage URL
url URL, :using => :git
version '0.0.1'
def install
system 'make', 'install'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment