homebrew-cask/Casks/cljstyle.rb

12 lines
354 B
Ruby
Raw Normal View History

cask "cljstyle" do
2021-03-31 13:06:41 +08:00
version "0.15.0"
sha256 "c834be954f37547af599ad7f7ebbe84f0da6683df7f6bbe5d356396ca651f48d"
2021-03-31 13:06:41 +08:00
url "https://github.com/greglook/cljstyle/releases/download/#{version}/cljstyle_#{version}_macos.zip"
name "cljstyle"
2020-11-08 15:19:21 +08:00
desc "Tool for formatting Clojure code"
homepage "https://github.com/greglook/cljstyle"
binary "cljstyle"
end