homebrew-cask/Casks/quail.rb

22 lines
850 B
Ruby

cask 'quail' do
version '0.10.0'
sha256 '755b1e0e79f240a1162758c23e9bc7f663ef53d6f6c63b7a590804037d18b7eb'
url "https://github.com/1000ch/quail/releases/download/v#{version}/Quail-macos-v#{version}.zip"
appcast 'https://github.com/1000ch/quail/releases.atom',
checkpoint: 'b32aa5b28ec5bf4230843e9db7325569f4003dec4377ab19a3c9cfb7ab30b69c'
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