aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-04-13 09:15:47 -0700
committerAdam Vandenberg2013-04-13 09:15:47 -0700
commita98ef33b8108bcebb08ae20b0e1616c76884ecfc (patch)
tree82247b77ebe138e5e1b25b6f69ea6d5b4bc6eaf2 /Library/Formula
parent35cf8ff0adfc9ae7c0188eeeae92cb8fb936c38f (diff)
downloadhomebrew-a98ef33b8108bcebb08ae20b0e1616c76884ecfc.tar.bz2
Remove Neko.
Removed in favor of the binary downloads provided upstream: http://nekovm.org/download Closes #18071.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/neko.rb15
1 files changed, 0 insertions, 15 deletions
diff --git a/Library/Formula/neko.rb b/Library/Formula/neko.rb
deleted file mode 100644
index cba9e6f1d..000000000
--- a/Library/Formula/neko.rb
+++ /dev/null
@@ -1,15 +0,0 @@
-require 'formula'
-
-class Neko < Formula
- homepage 'http://nekovm.org/'
- url 'http://nekovm.org/_media/neko-1.8.2.tar.gz'
- sha1 '59f0fa72485b4c39561efbb64fc8c7293d372b0b'
-
- depends_on 'bdw-gc'
-
- def install
- ENV.deparallelize # parallel build fails
- system "yes s | make MACOSX=1 INSTALL_PREFIX='#{prefix}'"
- prefix.install %w{bin libs src}
- end
-end