aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-09-27 22:03:34 -0700
committerAdam Vandenberg2013-09-27 22:03:34 -0700
commit3acec231eeea96e3fae252f6b516eb5f8e8ef1ed (patch)
treedcf8415dd8fcb429e23c08afbbd05e22cee8014b /Library/Formula
parent7c3822c0b07dd41d617087926356cc777ca71c44 (diff)
downloadhomebrew-3acec231eeea96e3fae252f6b516eb5f8e8ef1ed.tar.bz2
Redact strategoxt
Replaced by the Spoofax project: http://strategoxt.org/Spoofax/
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/strategoxt.rb25
1 files changed, 0 insertions, 25 deletions
diff --git a/Library/Formula/strategoxt.rb b/Library/Formula/strategoxt.rb
deleted file mode 100644
index 98812c11f..000000000
--- a/Library/Formula/strategoxt.rb
+++ /dev/null
@@ -1,25 +0,0 @@
-require 'formula'
-
-class Strategoxt < Formula
- homepage 'http://strategoxt.org/Stratego/WebHome'
- url 'ftp://ftp.strategoxt.org/pub/stratego/StrategoXT/strategoxt-0.17/strategoxt-0.17.tar.gz'
- sha1 '65fbd0a394917747366ce5c7c83ba6e3883cbb5c'
-
- depends_on 'pkg-config' => :build
- depends_on 'aterm'
- depends_on 'sdf'
-
- def install
- system "./configure", "--prefix=#{prefix}"
- # The build fails mysteriously with -j4
- ENV.j1
- system "make install"
- end
-
- def caveats
- <<-EOS.undent
- Auxiliary programs have been installed to:
- #{libexec}
- EOS
- end
-end