Files
homebrew-cask/Casks/c/cljstyle.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

12 lines
354 B
Ruby

cask "cljstyle" do
version "0.15.0"
sha256 "c834be954f37547af599ad7f7ebbe84f0da6683df7f6bbe5d356396ca651f48d"
url "https://github.com/greglook/cljstyle/releases/download/#{version}/cljstyle_#{version}_macos.zip"
name "cljstyle"
desc "Tool for formatting Clojure code"
homepage "https://github.com/greglook/cljstyle"
binary "cljstyle"
end