diff options
| author | Jack Nagel | 2012-05-06 16:18:22 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-05-06 16:20:32 -0500 |
| commit | cebe2d00aa921d10a37a2ca729f4c26ef08bb751 (patch) | |
| tree | 3215768728415e2901f174e09dceb6d2b2f9c6a4 /Library/Formula | |
| parent | a3f66cdb0a2d2351b5056dba7a69f19419143345 (diff) | |
| download | homebrew-cebe2d00aa921d10a37a2ca729f4c26ef08bb751.tar.bz2 | |
Move go-gui to Homebrew-games
Closes #12101.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/go-gui.rb | 19 |
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 |
