homebrew-cask/Casks/boostnote.rb

28 lines
1.0 KiB
Ruby
Raw Normal View History

2016-08-09 15:01:19 +08:00
cask 'boostnote' do
2017-11-18 05:49:06 +08:00
version '0.8.16'
sha256 '1b6d76101b8abcfdee5dff8babd6c5c478991cc4eecd50f9af00129ebf286309'
2016-08-09 15:01:19 +08:00
# github.com/BoostIO/boost-releases was verified as official when first introduced to the cask
url "https://github.com/BoostIO/boost-releases/releases/download/v#{version}/Boostnote-mac.dmg"
appcast 'https://github.com/BoostIO/boost-releases/releases.atom',
2017-11-18 05:49:06 +08:00
checkpoint: 'd3b9b4c1aa721ab754eacac0716aca15d420b670cc3bef3e086cfc92587d88fd'
2016-08-09 15:01:19 +08:00
name 'Boostnote'
homepage 'https://boostnote.io/'
2016-08-09 15:01:19 +08:00
depends_on macos: '>= :mavericks'
app 'Boostnote.app'
uninstall signal: [
['TERM', 'com.maisin.boost.helper'],
['TERM', 'com.maisin.boost'],
]
2017-11-18 17:38:07 +08:00
zap trash: [
'~/Library/Application Support/boost',
'~/Library/Preferences/com.maisin.boost.plist',
'~/Library/Preferences/com.maisin.boost.helper.plist',
'~/Library/Saved Application State/com.maisin.boost.savedState',
]
2016-08-09 15:01:19 +08:00
end