homebrew-cask/Casks/noto.rb

23 lines
850 B
Ruby

cask "noto" do
version "1.2"
sha256 "b7fc339543e08374b673e84293bf9819271c8bcc66003ca5c0834bca396949f3"
url "https://www.brunophilipe.com/software/noto/releases/noto-#{version}.dmg"
appcast "https://www.brunophilipe.com/software/noto/updates/appcast.xml"
name "Noto"
homepage "https://www.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