chiaki/scripts/chiaki.rb.in
2019-09-27 13:09:40 +02:00

17 lines
495 B
Ruby

cask 'chiaki' do
version '@CHIAKI_VERSION@'
sha256 '@CHIAKI_DMG_SHA256@'
url "https://github.com/thestr4ng3r/chiaki/releases/download/v#{version}/Chiaki-v#{version}-macOS-x86_64.dmg"
appcast 'https://github.com/thestr4ng3r/chiaki/releases.atom'
name 'Chiaki'
homepage 'https://github.com/thestr4ng3r/chiaki'
app 'Chiaki.app'
zap trash: [
'~/Library/Application Support/Chiaki',
'~/Library/Preferences/com.chiaki.Chiaki.plist',
]
end