newlisp: style nits, remove interactive test

master
Adam Vandenberg 2013-07-17 08:43:44 -07:00
parent f8386e8529
commit 787868bf37
1 changed files with 4 additions and 9 deletions

View File

@ -7,6 +7,10 @@ class Newlisp < Formula
depends_on 'readline'
def patches
DATA
end
def install
# Required to use our configuration
ENV.append_to_cflags "-DNEWCONFIG -c"
@ -22,15 +26,6 @@ class Newlisp < Formula
will need to be be pointed to your newlisp executable.
EOS
end
def patches
DATA
end
# Use the IDE to test a complete installation
def test
system "#{bin}/newlisp-edit"
end
end
__END__