homebrew-cask/Casks/u/ueli.rb

26 lines
591 B
Ruby

cask "ueli" do
version "8.24.0"
sha256 "f7ee0cc53d507486dbbf3d9615095026c72127027577bcfd545d24eb9366025c"
url "https://github.com/oliverschwendener/ueli/releases/download/v#{version}/ueli-#{version}.dmg",
verified: "github.com/oliverschwendener/ueli/"
name "Ueli"
desc "Keystroke launcher"
homepage "https://ueli.app/"
livecheck do
url :url
strategy :github_latest
end
app "ueli.app"
uninstall quit: "ueli"
zap trash: [
"~/Library/Application Support/ueli",
"~/Library/Logs/ueli",
"~/Library/Preferences/com.electron.ueli.plist",
]
end