mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-03-12 05:25:23 -07:00
17 lines
495 B
Ruby
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
|