mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
26 lines
591 B
Ruby
26 lines
591 B
Ruby
cask "ueli" do
|
|
version "8.27.0"
|
|
sha256 "4c814fc8a139997d50ce95cf9608290525cf4753aefd0312abcfe0755e5fd559"
|
|
|
|
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
|