homebrew-cask-versions/Casks/mailmate.rb
Stratos Moros 13445bdfc1 update a few cask to use binary artifact
This is obviously not an exhaustive list. I have included it in
the branch to demonstrate the new feature.
2014-01-05 22:55:18 +02:00

8 lines
210 B
Ruby

class Mailmate < Cask
url 'http://dl.mailmate-app.com/MailMate.tbz'
homepage 'http://freron.com/'
version 'latest'
no_checksum
link 'MailMate.app'
binary 'MailMate.app/Contents/Resources/emate'
end