mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
19 lines
509 B
Ruby
19 lines
509 B
Ruby
cask "deepstream" do
|
|
version "7.0.8"
|
|
sha256 "69661ce2391e91358bb9d4845dbc857150135c5d9c3d86627f422f5cacf14f55"
|
|
|
|
url "https://github.com/deepstreamIO/deepstream.io/releases/download/v#{version}/deepstream.io-mac-#{version}.pkg",
|
|
verified: "github.com/deepstreamIO/deepstream.io/"
|
|
name "deepstream"
|
|
desc "Data-sync realtime server"
|
|
homepage "https://deepstream.io/"
|
|
|
|
pkg "deepstream.io-mac-#{version}.pkg"
|
|
|
|
uninstall pkgutil: "deepstream.io"
|
|
|
|
caveats do
|
|
files_in_usr_local
|
|
end
|
|
end
|