Files
homebrew-cask/Casks/a/appgrid.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

22 lines
582 B
Ruby
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
cask "appgrid" do
version "1.0.4"
sha256 "e89280465b4a3dc580b026f25f2ade04ab1cd9b15a476e327110a1d91bd7da77"
url "https://github.com/mjolnirapp/AppGrid/releases/download/#{version}/AppGrid-#{version}.zip"
name "AppGrid"
desc "Window manager with Vimlike hotkeys"
homepage "https://github.com/mjolnirapp/AppGrid/"
livecheck do
url :homepage
regex(/href=.*?AppGrid[._-]v?(\d+(?:\.\d+)+)\.zip/i)
strategy :page_match
end
app "AppGrid.app"
uninstall quit: "com.sdegutis.AppGrid"
zap trash: "~/Library/Preferences/com.sdegutis.AppGrid.plist"
end