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.
17 lines
372 B
Ruby
17 lines
372 B
Ruby
cask "mob" do
|
|
version "0.2.2"
|
|
sha256 "a70d66d92310737d9599215d558670a45265795be0be980934a91e9880eb4a73"
|
|
|
|
url "https://github.com/zenghongtu/Mob/releases/download/v#{version}/Mob-#{version}-mac.dmg"
|
|
name "Mob"
|
|
homepage "https://github.com/zenghongtu/Mob"
|
|
|
|
app "Mob.app"
|
|
|
|
zap trash: "~/Library/Application Support/mob"
|
|
|
|
caveats do
|
|
discontinued
|
|
end
|
|
end
|