davmail: forcing java to run headless

Closes #14240.

Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
master
Patrick O'Brien 2017-06-04 13:09:56 -07:00 committed by Alex Dunn
parent a07c3915b1
commit 78fdda8b27
1 changed files with 2 additions and 1 deletions

View File

@ -3,12 +3,13 @@ class Davmail < Formula
homepage "https://davmail.sourceforge.io/"
url "https://downloads.sourceforge.net/project/davmail/davmail/4.8.0/davmail-4.8.0-2479.zip"
sha256 "5cd0dceadffa958c72be299ee2edc0ec945eaf2f66cbab3e93e20cd24408fbbf"
revision 1
bottle :unneeded
def install
libexec.install Dir["*"]
bin.write_jar_script libexec/"davmail.jar", "davmail"
bin.write_jar_script libexec/"davmail.jar", "davmail", "-Djava.awt.headless=true"
end
plist_options :manual => "davmail"