New formula: davmail
Closes Homebrew/homebrew#33416. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
27674ba497
commit
13ae4747ef
1 changed files with 12 additions and 0 deletions
12
Formula/davmail.rb
Normal file
12
Formula/davmail.rb
Normal file
|
@ -0,0 +1,12 @@
|
|||
require "formula"
|
||||
|
||||
class Davmail < Formula
|
||||
homepage "http://davmail.sourceforge.net/"
|
||||
url "https://downloads.sourceforge.net/project/davmail/davmail/4.5.1/davmail-4.5.1-2303.zip"
|
||||
sha1 "4b524832b432216d2b8dfa97198c50681a1734ce"
|
||||
|
||||
def install
|
||||
libexec.install Dir['*']
|
||||
bin.write_jar_script libexec/"davmail.jar", "davmail"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue