homebrew-cask/Casks/quail.rb

22 lines
727 B
Ruby

cask "quail" do
version "2.3.0"
sha256 "0f39a9b5bf0c3dadf6e1693fd7782aec562d9b519bee2e9770467ab071f08f35"
url "https://github.com/1000ch/quail/releases/download/v#{version}/Quail-#{version}.dmg"
appcast "https://github.com/1000ch/quail/releases.atom"
name "Quail"
desc "Unofficial but officially accepted esa app"
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