homebrew-cask/Casks/appgrid.rb

22 lines
582 B
Ruby
Raw 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
strategy :page_match
regex(/href=.*?AppGrid[._-]v?(\d+(?:\.\d+)+)\.zip/i)
end
app "AppGrid.app"
uninstall quit: "com.sdegutis.AppGrid"
zap trash: "~/Library/Preferences/com.sdegutis.AppGrid.plist"
end