From 3acec231eeea96e3fae252f6b516eb5f8e8ef1ed Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Fri, 27 Sep 2013 22:03:34 -0700 Subject: Redact strategoxt Replaced by the Spoofax project: http://strategoxt.org/Spoofax/ --- Library/Formula/strategoxt.rb | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 Library/Formula/strategoxt.rb (limited to 'Library') 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 -- cgit v1.2.3