aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/languagetool.rb
blob: 96c4305cb20caed30a8da30f8d02cd701c32438f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require 'formula'

class Languagetool < Formula
  homepage 'http://www.languagetool.org/'
  url 'http://www.languagetool.org/download/LanguageTool-2.0.oxt'
  sha1 'f21589f77511656bb7ca5e83b4c22f1660eb96d8'

  def install
    libexec.install Dir["*"]
    bin.write_jar_script libexec/'LanguageTool.jar', 'languagetool'
  end
end