From 81ab2109eb264d3017fc2e47b3259a2090a553ec Mon Sep 17 00:00:00 2001 From: Michael Kohl Date: Sat, 6 Feb 2010 14:41:01 +0100 Subject: [PATCH] Added formula for newLISP Signed-off-by: Adam Vandenberg * Update to 10.2.1 --- Formula/newlisp.rb | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Formula/newlisp.rb diff --git a/Formula/newlisp.rb b/Formula/newlisp.rb new file mode 100644 index 00000000000..bf97a9e7700 --- /dev/null +++ b/Formula/newlisp.rb @@ -0,0 +1,23 @@ +require 'formula' + +class Newlisp