homebrew-cask/Casks/harmony.rb

27 lines
1.0 KiB
Ruby
Raw Normal View History

2016-11-02 10:17:04 +08:00
cask 'harmony' do
2018-03-11 17:14:45 +08:00
version '0.9.1'
sha256 'c62e010fea64b5ff5f5ca54a58575f3fa5e98d01cf7bc88dc2fb4368437b6f50'
2016-11-02 10:17:04 +08:00
# github.com/vincelwt/harmony was verified as official when first introduced to the cask
2017-03-20 02:40:22 +08:00
url "https://github.com/vincelwt/harmony/releases/download/v#{version}/harmony-#{version}-mac.app.zip"
2016-11-02 10:17:04 +08:00
appcast 'https://github.com/vincelwt/harmony/releases.atom',
2018-03-11 17:14:45 +08:00
checkpoint: '348aa7be95f5d56fc931ad2c20f878bfb51048e864d1e084fac41ecf8f90d5a2'
2016-11-02 10:17:04 +08:00
name 'Harmony'
homepage 'https://getharmony.xyz/'
2016-11-02 10:17:04 +08:00
app 'Harmony.app'
uninstall signal: [
['TERM', 'com.vincelwt.harmony'],
['TERM', 'com.vincelwt.harmony.helper'],
]
2017-11-18 18:15:41 +08:00
zap trash: [
'~/.config/configstore/harmony.json',
'~/Library/Application Support/Harmony',
'~/Library/Preferences/com.vincelwt.harmony.helper.plist',
'~/Library/Preferences/com.vincelwt.harmony.plist',
'~/Library/Saved Application State/com.vincelwt.harmony.savedState',
]
2016-11-02 10:17:04 +08:00
end