From c05fedb87602effeb9c990bd54ca7a1a06970027 Mon Sep 17 00:00:00 2001 From: Henry Jekyll Date: Mon, 18 Oct 2010 00:37:48 -0500 Subject: New Formula: "neko" This is the initial commit of a formula for building the virtual machine for programming in the Neko programming language. This formula does not embed the "mod_neko" into the Apache web server, nor does it build the libraries to support MySQL 4 interaction, since those would necessarily require the installation of large amounts of software that a user might or might not have intended to install. Signed-off-by: Adam Vandenberg --- Library/Formula/neko.rb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Library/Formula/neko.rb (limited to 'Library/Formula') diff --git a/Library/Formula/neko.rb b/Library/Formula/neko.rb new file mode 100644 index 000000000..1fa820aa6 --- /dev/null +++ b/Library/Formula/neko.rb @@ -0,0 +1,14 @@ +require 'formula' + +class Neko