aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/neko.rb
AgeCommit message (Collapse)Author
2013-10-04Haxe 3.01Justin Donaldson
Closes #22970. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-13neko: Minor fixes to neko formulaDavid Peek
Closes #21852. Signed-off-by: Samuel John <github@SamuelJohn.de>
2013-08-12neko: Fix path for libneko.dylibSamuel John
`@executable_path` in the binaries was incorrect. so moving to lib/neko/libneko.dylib fixes this.
2013-08-12neko 2.0.0-6ab8f48David Peek
Closes #20329. Signed-off-by: Samuel John <github@SamuelJohn.de>
2013-04-13Remove Neko.Adam Vandenberg
Removed in favor of the binary downloads provided upstream: http://nekovm.org/download Closes #18071.
2012-12-24neko 1.8.2Andy Li
Closes #16729. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-05-15Fix more quoting issuesJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-09Avoid hard-coding 'make -j1'Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-10-18New Formula: "neko"Henry Jekyll
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 <flangy@gmail.com>