cask "mechvibes" do version "2.3.4" sha256 "ba1d345a8c1eb7ff9445e0621b2a9bd2e051a2e92541323dde5d4051f78acef0" url "https://github.com/hainguyents13/mechvibes/releases/download/v#{version}/Mechvibes-#{version}.dmg", verified: "github.com/hainguyents13/mechvibes/" name "Mechvibes" desc "Play mechanical keyboard sounds as you type" homepage "https://mechvibes.com/" livecheck do url :url strategy :github_latest end app "Mechvibes.app" zap trash: [ "~/Library/Application Support/Mechvibes", "~/Library/Preferences/com.electron.mechvibes.plist", "~/Library/Saved Application State/com.electron.mechvibes.savedState", ], rmdir: "~/mechvibes_custom" caveats do requires_rosetta end end