homebrew-cask/Casks/mailmate.rb

18 lines
386 B
Ruby

cask 'mailmate' do
version :latest
sha256 :no_check
# mailmate-app.com was verified as official when first introduced to the cask
url 'http://dl.mailmate-app.com/MailMate.tbz'
name 'MailMate'
homepage 'https://freron.com/'
license :commercial
app 'MailMate.app'
binary "#{appdir}/MailMate.app/Contents/Resources/emate"
caveats do
files_in_usr_local
end
end