class Crowdin < Formula desc "Command-line tool that allows to manage your resources with crowdin.com" homepage "https://support.crowdin.com/cli-tool/" url "https://downloads.crowdin.com/cli/v2/crowdin-cli-2.0.23.zip" sha256 "e1fc6a8bd0f3b61785bf1036986c5d44516397b3e101f6a174275399c40d8c64" bottle :unneeded depends_on :java => "1.7+" def install libexec.install "crowdin-cli.jar" bin.write_jar_script libexec/"crowdin-cli.jar", "crowdin" end test do system bin/"crowdin" end end