From 84c5c3e5c301382ede5b1f04c7440ee9055589af Mon Sep 17 00:00:00 2001 From: Max Howell Date: Thu, 21 May 2009 00:04:43 +0100 Subject: The core tree, and some formulae --- Formula/git.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Formula/git.rb (limited to 'Formula/git.rb') diff --git a/Formula/git.rb b/Formula/git.rb new file mode 100644 index 000000000..3d1bd1a19 --- /dev/null +++ b/Formula/git.rb @@ -0,0 +1,12 @@ +$:.unshift "#{File.dirname __FILE__}/../Cellar/homebrew" #rubysucks +require 'brewkit' + +homepage='http://git-scm.com' +url='http://kernel.org/pub/software/scm/git/git-1.6.3.1.tar.bz2' +md5='c1f4aab741359c29f0fbf28563ac7387' + +Formula.new(url, md5).brew do |prefix| + `./configure --disable-debug --prefix="#{prefix}"` + `make` + `make install` +end \ No newline at end of file -- cgit v1.2.3