homebrew-cask/Casks/appgrid.rb

22 lines
582 B
Ruby
Raw Normal View History

cask "appgrid" do
version "1.0.4"
sha256 "e89280465b4a3dc580b026f25f2ade04ab1cd9b15a476e327110a1d91bd7da77"
2018-02-24 22:25:12 +08:00
2019-05-23 19:16:57 +08:00
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/"
2018-02-24 22:25:12 +08:00
2021-12-22 09:39:13 +08:00
livecheck do
url :homepage
strategy :page_match
regex(/href=.*?AppGrid[._-]v?(\d+(?:\.\d+)+)\.zip/i)
end
app "AppGrid.app"
2018-02-24 22:25:12 +08:00
uninstall quit: "com.sdegutis.AppGrid"
2018-02-24 22:25:12 +08:00
zap trash: "~/Library/Preferences/com.sdegutis.AppGrid.plist"
2018-02-24 22:25:12 +08:00
end