aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-05-06 16:18:22 -0500
committerJack Nagel2012-05-06 16:20:32 -0500
commitcebe2d00aa921d10a37a2ca729f4c26ef08bb751 (patch)
tree3215768728415e2901f174e09dceb6d2b2f9c6a4 /Library
parenta3f66cdb0a2d2351b5056dba7a69f19419143345 (diff)
downloadhomebrew-cebe2d00aa921d10a37a2ca729f4c26ef08bb751.tar.bz2
Move go-gui to Homebrew-games
Closes #12101. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/go-gui.rb19
1 files changed, 0 insertions, 19 deletions
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