excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / v / viz.rb
blob31fcc8debe1999b7cf5a734038b80b0519aa27db
1 cask "viz" do
2   version "1.7"
3   sha256 "3da80a3fd54d65dea19fd60d49b05dfa07460d956560cb74a36d6c8a43bedc7b"
5   url "https://github.com/alienator88/Viz/releases/download/#{version}/Viz.zip",
6       verified: "github.com/alienator88/Viz/"
7   name "Viz"
8   desc "Utility for extracting text from images, videos, QR codes and barcodes"
9   homepage "https://itsalin.com/appInfo/?id=viz"
11   livecheck do
12     url :url
13     strategy :github_latest
14   end
16   auto_updates true
17   depends_on macos: ">= :ventura"
19   app "Viz.app"
21   uninstall quit:       "com.alienator88.Viz",
22             login_item: "Viz"
24   zap trash: [
25     "~/Library/Application Support/com.alienator88.Viz",
26     "~/Library/Caches/com.alienator88.viz",
27     "~/Library/HTTPStorages/com.alienator88.Viz",
28     "~/Library/Preferences/com.alienator88.Viz.plist",
29   ]
30 end