From a88a1deb32e36133d60577add9837d40d83f22ad Mon Sep 17 00:00:00 2001 From: Ali Asad Lotia Date: Thu, 1 Apr 2010 23:13:22 -0400 Subject: Formula for the Falcon programming language. The initial commit of the Falcon programming language. This formula installs version 0.9.6.4 and also installs the documentation for the core language and for the standard libraries (feathers). Signed-off-by: Adam Vandenberg * Minor reformats --- Library/Formula/falcon.rb | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 Library/Formula/falcon.rb (limited to 'Library/Formula') diff --git a/Library/Formula/falcon.rb b/Library/Formula/falcon.rb new file mode 100644 index 000000000..221e7bcf0 --- /dev/null +++ b/Library/Formula/falcon.rb @@ -0,0 +1,45 @@ +# This formula currently uses the bundled libedit since there are known +# problems with readline. + +require 'formula' + +class FalconHtmldocs