homebrew-core/Formula/gradle.rb
makigumo e3dcfb2cc4 gradle 2.4
Closes Homebrew/homebrew#39388.

Signed-off-by: Tim D. Smith <git@tim-smith.us>
2015-05-05 15:38:29 -07:00

10 lines
308 B
Ruby

class Gradle < Formula
homepage "https://www.gradle.org/"
url "https://downloads.gradle.org/distributions/gradle-2.4-bin.zip"
sha256 "c4eaecc621a81f567ded1aede4a5ddb281cc02a03a6a87c4f5502add8fc2f16f"
def install
libexec.install %w[bin lib]
bin.install_symlink libexec+"bin/gradle"
end
end