mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
18 lines
498 B
Ruby
18 lines
498 B
Ruby
cask "swimat" do
|
|
version "1.7.0"
|
|
sha256 "adcf450d98c247fe4c45c68353f19afca3e2039c8431ec080f14000fe9cc36bf"
|
|
|
|
url "https://github.com/Jintin/Swimat/releases/download/#{version}/Swimat.zip"
|
|
name "Swimat"
|
|
desc "Xcode formatter plug-in for Swift code"
|
|
homepage "https://github.com/Jintin/Swimat"
|
|
|
|
app "Swimat.app"
|
|
|
|
zap trash: [
|
|
"/usr/local/bin/swimat",
|
|
"~/Library/Containers/com.jintin.Swimat.Extension",
|
|
"~/Library/Group Containers/com.jintin.swimat.configuration",
|
|
]
|
|
end
|