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
432 B
Ruby
18 lines
432 B
Ruby
cask "spatial" do
|
|
version "20210118"
|
|
sha256 :no_check
|
|
|
|
url "https://console.improbable.io/toolbelt/download/latest/mac"
|
|
name "Spatial"
|
|
desc "Binary for interaction with the Improbable SpatialOS platform"
|
|
homepage "https://documentation.improbable.io/spatialos-overview/docs"
|
|
|
|
livecheck do
|
|
skip "version available by running `spatial version` when installed"
|
|
end
|
|
|
|
container type: :naked
|
|
|
|
binary "spatial"
|
|
end
|