excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / n / noto.rb
blobde39b86f7e01513ccd89dd89dede795521791aaa
1 cask "noto" do
2   version "1.2"
3   sha256 "b7fc339543e08374b673e84293bf9819271c8bcc66003ca5c0834bca396949f3"
5   url "https://www.brunophilipe.com/software/noto/releases/noto-#{version}.dmg"
6   name "Noto"
7   desc "Simple plain text editor"
8   homepage "https://www.brunophilipe.com/software/noto/"
10   livecheck do
11     url "https://www.brunophilipe.com/software/noto/updates/appcast.xml"
12     strategy :sparkle, &:short_version
13   end
15   depends_on macos: ">= :sierra"
17   app "Noto.app"
19   zap trash: [
20     "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.brunophilipe.noto.sfl*",
21     "~/Library/Application Support/Noto",
22     "~/Library/Caches/com.apple.helpd/Generated/com.brunophilipe.Noto.help*",
23     "~/Library/Caches/com.brunophilipe.Noto",
24     "~/Library/Preferences/com.brunophilipe.Noto.plist",
25     "~/Library/Saved Application State/com.brunophilipe.Noto.savedState",
26   ]
28   caveats do
29     requires_rosetta
30   end
31 end