From 67051c72909ef0767e1ffdfefa82d7873b6617c2 Mon Sep 17 00:00:00 2001 From: elliottcable Date: Sat, 10 Oct 2009 15:16:57 -0800 Subject: Added a Node.js formula. All sorts of weirdness is fixed by setting ENV.gcc_4_2, so… that’s a must. --- Library/Formula/node.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Library/Formula/node.rb (limited to 'Library') diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb new file mode 100644 index 000000000..660f5fa80 --- /dev/null +++ b/Library/Formula/node.rb @@ -0,0 +1,13 @@ +require 'brewkit' + +class Node