homebrew-cask/Casks/quail.rb

21 lines
760 B
Ruby
Raw Normal View History

2017-02-15 07:57:31 +08:00
cask 'quail' do
2018-05-28 06:04:40 +08:00
version '0.11.0'
sha256 '76ac1f9b81f15749753a8b7379b89e9f83a032758ac2af9ff5463344f16557bc'
2017-02-15 07:57:31 +08:00
url "https://github.com/1000ch/quail/releases/download/v#{version}/Quail-macos-v#{version}.zip"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/1000ch/quail/releases.atom'
2017-02-15 07:57:31 +08:00
name 'Quail'
homepage 'https://github.com/1000ch/quail'
app 'Quail.app'
2017-11-18 17:56:26 +08:00
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',
]
2017-02-15 07:57:31 +08:00
end