homebrew-cask/Casks/noto.rb

23 lines
915 B
Ruby

cask 'noto' do
version '1.2'
sha256 'b7fc339543e08374b673e84293bf9819271c8bcc66003ca5c0834bca396949f3'
url "https://brunophilipe.com/software/noto/releases/noto-#{version}.dmg"
appcast 'https://brunophilipe.com/software/noto/updates/appcast.xml'
name 'Noto'
homepage 'https://brunophilipe.com/software/noto/'
depends_on macos: '>= :sierra'
app 'Noto.app'
zap trash: [
'~/Library/Application Support/Noto',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.brunophilipe.noto.sfl2',
'~/Library/Caches/com.apple.helpd/Generated/com.brunophilipe.Noto.help*',
'~/Library/Caches/com.brunophilipe.Noto',
'~/Library/Preferences/com.brunophilipe.Noto.plist',
'~/Library/Saved Application State/com.brunophilipe.Noto.savedState',
]
end