checkstyle: bottle unneeded

This commit is contained in:
Xu Cheng 2015-10-23 16:38:48 +08:00
parent 67c6bcc984
commit e1a7314a32

View file

@ -4,6 +4,8 @@ class Checkstyle < Formula
url "https://downloads.sourceforge.net/project/checkstyle/checkstyle/6.9/checkstyle-6.9-all.jar"
sha256 "b97de32dd519744fe501dff90c1d8dc94c267c5fd5bc367be05dc1a693451502"
bottle :unneeded
def install
libexec.install "checkstyle-#{version}-all.jar"
bin.write_jar_script libexec/"checkstyle-#{version}-all.jar", "checkstyle"