diff options
| author | nibbles 2bits | 2012-06-11 21:30:25 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-06-11 21:34:42 -0700 |
| commit | 905321caf2030f03a41c19dfbc9ad619ca0e88e6 (patch) | |
| tree | 5c0589a64d12da90910f826fcf6c6fcf077dbd49 /Library/Formula/skipfish.rb | |
| parent | 16270bff19973380710dc82ff110a4fd3b404af9 (diff) | |
| download | homebrew-905321caf2030f03a41c19dfbc9ad619ca0e88e6.tar.bz2 | |
skipfish 2.07b
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/skipfish.rb')
| -rw-r--r-- | Library/Formula/skipfish.rb | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/Library/Formula/skipfish.rb b/Library/Formula/skipfish.rb index bc0d8719d..5ab1c1593 100644 --- a/Library/Formula/skipfish.rb +++ b/Library/Formula/skipfish.rb @@ -1,9 +1,9 @@ require 'formula' class Skipfish < Formula - url 'http://skipfish.googlecode.com/files/skipfish-2.03b.tgz' homepage 'http://code.google.com/p/skipfish/' - md5 'ff860b840ec7e579e9fac08e4fd8f4e2' + url 'http://skipfish.googlecode.com/files/skipfish-2.07b.tgz' + sha1 'ff860b840ec7e579e9fac08e4fd8f4e2' depends_on 'libidn' @@ -13,9 +13,9 @@ class Skipfish < Formula inreplace "config.h", "#define ASSETS_DIR \"assets\"", "#define ASSETS_DIR \"#{libexec}/assets\"" - system "make" - bin.install "skipfish" - libexec.install "assets", "dictionaries" + system 'make' + bin.install 'skipfish' + libexec.install %w(assets dictionaries) end def caveats; <<-EOS.undent @@ -26,7 +26,9 @@ class Skipfish < Formula carefully to make the right choice. This step has a profound impact on the quality of results later on. - "skipfish -h" prints out usage information. + Use this command to print usage information: + skipfish -h + EOS end end |
