Merge pull request #154631 from graelo/zui

zui: new cask
This commit is contained in:
Miccal Matthews 2023-09-08 10:03:35 +08:00 committed by GitHub
commit 214f69bcb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
Casks/z/zui.rb Normal file
View File

@ -0,0 +1,24 @@
cask "zui" do
version "1.2.0"
sha256 "8a45c01f4e80441c59a052dc641f777ef199f00a92f5c85cb3efc91ff3f8b020"
url "https://github.com/brimdata/zui/releases/download/v#{version}/Zui-#{version}.dmg",
verified: "github.com/brimdata/zui/"
name "Zui"
desc "Graphical user interface for exploring data in Zed lakes"
homepage "https://zui.brimdata.io/docs"
depends_on macos: ">= :high_sierra"
app "Zui.app"
zap trash: [
"~/Library/Application Support/Zui",
"~/Library/Preferences/io.brimdata.zui.plist",
"~/Library/Saved Application State/io.brimdata.zui.savedState",
]
caveats do
requires_rosetta
end
end