You've already forked homebrew-cask
mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-04-22 15:25:17 -07:00
aa461148bb
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
19 lines
351 B
Ruby
19 lines
351 B
Ruby
cask "codespace" do
|
|
version "1.6.1"
|
|
sha256 :no_check
|
|
|
|
url "https://codespace.app/download/latest"
|
|
name "Codespace"
|
|
desc "Code snippet manager"
|
|
homepage "https://codespace.app/"
|
|
|
|
livecheck do
|
|
url "https://codespace.app/download/latest"
|
|
strategy :header_match
|
|
end
|
|
|
|
depends_on macos: ">= :el_capitan"
|
|
|
|
app "Codespace.app"
|
|
end
|