From cebe2d00aa921d10a37a2ca729f4c26ef08bb751 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 6 May 2012 16:18:22 -0500 Subject: Move go-gui to Homebrew-games Closes #12101. Signed-off-by: Jack Nagel --- Library/Formula/go-gui.rb | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 Library/Formula/go-gui.rb (limited to 'Library') diff --git a/Library/Formula/go-gui.rb b/Library/Formula/go-gui.rb deleted file mode 100644 index 04cfa113a..000000000 --- a/Library/Formula/go-gui.rb +++ /dev/null @@ -1,19 +0,0 @@ -require 'formula' - -class GoGui < Formula - homepage 'http://gogui.sourceforge.net' - url 'http://downloads.sourceforge.net/project/gogui/gogui/1.4.2/gogui-1.4.2.zip' - md5 '0f5e95deff548699c368b71e088bea58' - - def install - system "ant", "gogui.app", "-Ddoc-uptodate=true" - prefix.install 'build/GoGui.app' - end - - def caveats; <<-EOS.undent - GoGui.app installed to: - #{prefix} - Use \"brew linkapps\" to symlink into ~/Applications. - EOS - end -end -- cgit v1.2.3