phinze/homebrew-cask

View on GitHub
Casks/v/vial.rb

Summary

Maintainability
A
35 mins
Test Coverage
cask "vial" do
  version "0.7.1"
  sha256 "ca26e97c22495236e7eda5549e10be61ea1dc79211be31899262a75460e038c8"

  url "https://github.com/vial-kb/vial-gui/releases/download/v#{version}/Vial-v#{version}.dmg",
      verified: "github.com/vial-kb/vial-gui/"
  name "Vial"
  desc "Configurator of compatible keyboards in real time"
  homepage "https://get.vial.today/"

  app "Vial.app"

  zap trash: [
    "~/Library/Application Support/Vial",
    "~/Library/Caches/Vial",
    "~/Library/Preferences/com.vial.Vial.plist",
    "~/Library/Preferences/Vial.plist",
  ]

  caveats do
    requires_rosetta
  end
end