aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-09-01 12:36:39 -0700
committerAdam Vandenberg2012-09-01 12:36:39 -0700
commitfcd42f697706f95251f3faea528f57ccc7838ffd (patch)
treee5bf39db402f0e0247d18bc76ab0ed9dbb91f3c4 /Library
parent7d9d4ce397d13d4205198f7ad78345180246adc9 (diff)
downloadhomebrew-fcd42f697706f95251f3faea528f57ccc7838ffd.tar.bz2
Redact haxe.
It is easier to use downloads provided by Haxe. (The new version requires a binary download anyway.) Closes #13438. Closes #13439.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/haxe.rb19
1 files changed, 0 insertions, 19 deletions
diff --git a/Library/Formula/haxe.rb b/Library/Formula/haxe.rb
deleted file mode 100644
index 8f6e38cc5..000000000
--- a/Library/Formula/haxe.rb
+++ /dev/null
@@ -1,19 +0,0 @@
-require 'formula'
-
-class Haxe < Formula
- homepage 'http://haxe.org/'
- url 'http://haxe.org/file/haxe-2.09-osx.tar.gz'
- sha1 '64c538b85578ac9adf44b5727a195ca999301c93'
-
- def install
- bin.install %w(haxe haxedoc haxelib)
- (share+"haxe").install "std"
- end
-
- def caveats; <<-EOS.undent
- HaXe needs to know how to find its standard library so add this to your
- shell profile:
- export HAXE_LIBRARY_PATH="$(brew --prefix)/share/haxe/std"
- EOS
- end
-end