diff options
| author | Jason Baker | 2010-01-12 10:23:12 -0600 |
|---|---|---|
| committer | Max Howell | 2010-01-16 19:13:42 +0000 |
| commit | 1342debdb257d52e07387da18c84ff1d11520aa8 (patch) | |
| tree | a3dea831cee2146d8a7a271feb80670bc54cf63c /Library/Formula | |
| parent | d6290bf0a5b3ba629b8b05050930d9706f8181b2 (diff) | |
| download | homebrew-1342debdb257d52e07387da18c84ff1d11520aa8.tar.bz2 | |
Adding a stable install of yeti.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/yeti.rb | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Library/Formula/yeti.rb b/Library/Formula/yeti.rb index 9862df68d..6718cda2d 100644 --- a/Library/Formula/yeti.rb +++ b/Library/Formula/yeti.rb @@ -1,17 +1,16 @@ require 'formula' class Yeti <Formula + url 'http://linux.ee/~mzz/yeti/yeti.jar' homepage 'http://mth.github.com/yeti/' - md5 'd11756e552d0a15a007ed3403d0d86e1' + md5 '1d30c9bbace011e2ccb1dcced64c89b2' head 'git://github.com/mth/yeti.git' - version 'HEAD' + version '082009' # Yeti doesn't do any versioning that I can see, so + # tracking this by date JAR = 'yeti.jar' def install - system '/usr/bin/ant' - system '/usr/bin/ant jar' prefix.install JAR - (bin+'yeti').write(eval('"'+DATA.read+'"')) end end |
