excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / a / appgrid.rb
blob9bff7c2c1b27268e7b0511f67e69e52398cb22a0
1 cask "appgrid" do
2   version "1.0.4"
3   sha256 "e89280465b4a3dc580b026f25f2ade04ab1cd9b15a476e327110a1d91bd7da77"
5   url "https://github.com/mjolnirapp/AppGrid/releases/download/#{version}/AppGrid-#{version}.zip"
6   name "AppGrid"
7   desc "Window manager with Vim–like hotkeys"
8   homepage "https://github.com/mjolnirapp/AppGrid/"
10   livecheck do
11     url :homepage
12     regex(/href=.*?AppGrid[._-]v?(\d+(?:\.\d+)+)\.zip/i)
13     strategy :page_match
14   end
16   app "AppGrid.app"
18   uninstall quit: "com.sdegutis.AppGrid"
20   zap trash: "~/Library/Preferences/com.sdegutis.AppGrid.plist"
22   caveats do
23     requires_rosetta
24   end
25 end