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.
15 lines
402 B
Ruby
15 lines
402 B
Ruby
cask "kactus" do
|
|
version "0.3.35"
|
|
sha256 "e264d004747c21e5332202c1f1337dddeb1f42d6a6c7fe00c3753031ea87b745"
|
|
|
|
url "https://github.com/kactus-io/kactus/releases/download/v#{version}/Kactus-macos.zip",
|
|
verified: "github.com/kactus-io/kactus/"
|
|
name "Kactus"
|
|
desc "True version control tool for designers"
|
|
homepage "https://kactus.io/"
|
|
|
|
depends_on cask: "sketch"
|
|
|
|
app "Kactus.app"
|
|
end
|