mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-19 22:16:33 -06:00
This is obviously not an exhaustive list. I have included it in the branch to demonstrate the new feature.
8 lines
210 B
Ruby
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
|