diff options
| author | Jonathan Groß | 2010-06-17 20:07:29 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2010-07-02 19:33:39 -0700 |
| commit | 4bb57b05da4891290e268b9b130c5a61cbf4daf8 (patch) | |
| tree | 7877224cf5045eddc77f1f98db1a0a2b4ee40b14 /Library/Formula | |
| parent | e7044f83b01c066d448103877cdf4133fc934aaa (diff) | |
| download | homebrew-4bb57b05da4891290e268b9b130c5a61cbf4daf8.tar.bz2 | |
new formula: mailtomutt
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
* Cleaned download URL
* Tweaked caveats
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mailtomutt.rb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Library/Formula/mailtomutt.rb b/Library/Formula/mailtomutt.rb new file mode 100644 index 000000000..9b7058ac2 --- /dev/null +++ b/Library/Formula/mailtomutt.rb @@ -0,0 +1,23 @@ +require 'formula' + +class Mailtomutt <Formula + url 'http://downloads.sourceforge.net/project/mailtomutt/MailtoMutt/v0.4.1/mailtomutt-0.4.1.tar.bz2' + homepage 'http://mailtomutt.sourceforge.net' + md5 'ce108e8574df129425d8156ff8b830bf' + + def install + system "xcodebuild" + prefix.install "build/Default/MailtoMutt.app" + end + + def caveats + <<-EOS + MaitoMutt.app was installed in: + #{prefix} + + If you have external command enabled, you can do: + brew linkapps + to symlink into ~/Applications + EOS + end +end |
