Skip to content

Instantly share code, notes, and snippets.

@avescodes
Created September 11, 2009 14:08
Show Gist options
  • Save avescodes/185307 to your computer and use it in GitHub Desktop.
Save avescodes/185307 to your computer and use it in GitHub Desktop.
require 'brewkit'
class Ctags <Formula
@url='http://downloads.sourceforge.net/project/ctags/ctags/5.8/ctags-5.8.tar.gz'
@homepage='http://ctags.sourceforge.net'
@md5='c00f82ecdcc357434731913e5b48630d'
def install
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
system "make install"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment