19 lines
499 B
Ruby
19 lines
499 B
Ruby
cask "via" do
|
|
version "3.0.0"
|
|
sha256 "30f9f81154a8ee9c0cf19f4fb1a3d6ca9a448f765122845db1e190b9f583d16b"
|
|
|
|
url "https://github.com/the-via/releases/releases/download/v#{version}/via-#{version}-mac.dmg",
|
|
verified: "github.com/the-via/releases/"
|
|
name "VIA"
|
|
desc "Keyboard configurator"
|
|
homepage "https://caniusevia.com/"
|
|
|
|
app "VIA.app"
|
|
|
|
zap trash: [
|
|
"~/Library/Application Support/VIA",
|
|
"~/Library/Logs/VIA",
|
|
"~/Library/Preferences/org.via.configurator.plist",
|
|
]
|
|
end
|