mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
29 lines
909 B
Ruby
29 lines
909 B
Ruby
cask "uhk-agent" do
|
|
version "3.2.1"
|
|
sha256 "8cc7ba22b9cd81595c4bae981de4c2a62116146e5249a097abf523c85800cb88"
|
|
|
|
url "https://github.com/UltimateHackingKeyboard/agent/releases/download/v#{version}/UHK.Agent-#{version}-mac.dmg"
|
|
name "Ultimate Hacking Keyboard Agent"
|
|
name "UHK Agent"
|
|
desc "Configuration application for the Ultimate Hacking Keyboard"
|
|
homepage "https://github.com/UltimateHackingKeyboard/agent"
|
|
|
|
livecheck do
|
|
url :url
|
|
strategy :github_latest
|
|
end
|
|
|
|
app "UHK Agent.app"
|
|
|
|
uninstall quit: "com.ultimategadgetlabs.agent"
|
|
|
|
zap trash: [
|
|
"~/Library/Application Support/uhk-agent",
|
|
"~/Library/Logs/UHK Agent",
|
|
"~/Library/Logs/uhk-agent",
|
|
"~/Library/Preferences/com.ultimategadgetlabs.agent.helper.plist",
|
|
"~/Library/Preferences/com.ultimategadgetlabs.agent.plist",
|
|
"~/Library/Saved Application State/com.ultimategadgetlabs.agent.savedState",
|
|
]
|
|
end
|