homebrew-cask/Casks/mailmate.rb

18 lines
361 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'mailmate' do
2014-09-17 19:42:52 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
2015-01-18 09:04:30 +08:00
# app.com is the official download host per the vendor homepage
url 'http://dl.mailmate-app.com/MailMate.tbz'
2015-04-13 01:07:16 +08:00
name 'MailMate'
homepage 'http://freron.com/'
license :commercial
2014-09-16 00:05:54 +08:00
app 'MailMate.app'
binary 'MailMate.app/Contents/Resources/emate'
caveats do
files_in_usr_local
end
2013-12-17 20:09:59 +08:00
end