homebrew-cask/Casks/noto.rb

24 lines
884 B
Ruby
Raw Normal View History

cask "noto" do
version "1.2"
sha256 "b7fc339543e08374b673e84293bf9819271c8bcc66003ca5c0834bca396949f3"
2020-04-14 00:47:03 +08:00
2020-07-12 03:12:35 +08:00
url "https://www.brunophilipe.com/software/noto/releases/noto-#{version}.dmg"
appcast "https://www.brunophilipe.com/software/noto/updates/appcast.xml"
name "Noto"
desc "Simple plain text editor"
homepage "https://www.brunophilipe.com/software/noto/"
2020-04-14 00:47:03 +08:00
depends_on macos: ">= :sierra"
app "Noto.app"
2020-04-14 00:47:03 +08:00
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",
]
2020-04-14 00:47:03 +08:00
end