newlisp: style nits, remove interactive test
This commit is contained in:
parent
f8386e8529
commit
787868bf37
1 changed files with 4 additions and 9 deletions
|
@ -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__
|
||||
|
|
Loading…
Reference in a new issue