From 4e81f810dbb3fadd15436bbfe78c1551088b2bec Mon Sep 17 00:00:00 2001 From: Max Howell Date: Sat, 23 May 2009 12:35:50 +0100 Subject: Term script formula --- Formula/term.rb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Formula/term.rb (limited to 'Formula') diff --git a/Formula/term.rb b/Formula/term.rb new file mode 100644 index 000000000..cc06723f7 --- /dev/null +++ b/Formula/term.rb @@ -0,0 +1,8 @@ +$:.unshift "#{File.dirname __FILE__}/../Cellar/homebrew" #rubysucks +require 'brewkit' +require 'fileutils' + +homepage='http://gist.github.com/116587' +url='http://gist.github.com/raw/116587/f253c26290fc0b79cd4ce5584b03585b311c28d8/term' + +GithubGistFormula.new(url, '184301c748e1df92f07dee7879f17a08') \ No newline at end of file -- cgit v1.2.3