new formula: mailtomutt

Signed-off-by: Adam Vandenberg <flangy@gmail.com>

* Cleaned download URL
* Tweaked caveats
master
Jonathan Groß 2010-06-17 20:07:29 +02:00 committed by Adam Vandenberg
parent 09fc555100
commit e4919bcac9
1 changed files with 23 additions and 0 deletions

23
Formula/mailtomutt.rb Normal file
View File

@ -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