homebrew-cask/Casks/boostnote.rb

28 lines
1.0 KiB
Ruby

cask 'boostnote' do
version '0.8.20'
sha256 '8af83a061ed7246b72d2c2068495bf6272926e2d02cfecd724323f86e2f968f1'
# 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: 'd39a4058708011dc2943a7f8bc6d6828d0886453952338cd7df7c280f57ca016'
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