homebrew-cask/Casks/quail.rb

21 lines
675 B
Ruby

cask "quail" do
version "1.3.0"
sha256 "32e6accd1f1c49f2baebbfdd1751a9abb331ed7f0ee3e94408c4dbd4697b04c6"
url "https://github.com/1000ch/quail/releases/download/v#{version}/Quail-#{version}.dmg"
appcast "https://github.com/1000ch/quail/releases.atom"
name "Quail"
homepage "https://github.com/1000ch/quail"
app "Quail.app"
zap trash: [
"~/Library/Application Support/Quail",
"~/Library/Caches/net.1000ch.quail",
"~/Library/Caches/net.1000ch.quail.ShipIt",
"~/Library/Preferences/net.1000ch.quail.helper.plist",
"~/Library/Preferences/net.1000ch.quail.plist",
"~/Library/Saved Application State/net.1000ch.quail.savedState",
]
end