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
2017-08-30 07:47:47 +08:00
version '0.7.2'
sha256 '4e98f31b65c4949d34f9407e050a1e8778dd586b1861f7ed92ff4ac18085d004'
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',
2017-08-30 07:47:47 +08:00
checkpoint: 'c2ffbf77ccb017182edbdc2295b50fa7fb3729473508b07ce968d5c45ea975a9'
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'],
]
zap delete: '~/Library/Saved Application State/com.vincelwt.harmony.savedState',
trash: [
'~/.config/configstore/harmony.json',
'~/Library/Application Support/Harmony',
'~/Library/Preferences/com.vincelwt.harmony.helper.plist',
'~/Library/Preferences/com.vincelwt.harmony.plist',
]
2016-11-02 10:17:04 +08:00
end