homebrew-cask/Casks/boostnote.rb

28 lines
1.0 KiB
Ruby

cask 'boostnote' do
version '0.8.19'
sha256 '25fd1e37469e430075a0f06212b90bbd2a888c4b83382a434aaebe5de5352553'
# 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',
checkpoint: '00226291f218a64789dfc281ac2c33ef459b6ad1fc3f1bbe1ae1a2a9389f6b2f'
name 'Boostnote'
homepage 'https://boostnote.io/'
depends_on macos: '>= :mavericks'
app 'Boostnote.app'
uninstall signal: [
['TERM', 'com.maisin.boost.helper'],
['TERM', 'com.maisin.boost'],
]
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',
]
end