homebrew-cask/Casks/marked.rb

32 lines
1.1 KiB
Ruby

cask "marked" do
version "2.6.13,1027"
sha256 "af1ce8a35b1235d45a5de18f88d337dc886592500678f6c8d97d3b7ff9e23d62"
url "https://updates.marked2app.com/Marked#{version.csv.first}#{version.csv.second}.dmg"
name "Marked"
desc "Previewer for Markdown, MultiMarkdown and other text markup languages"
homepage "https://marked2app.com/"
livecheck do
url "https://updates.marked2app.com/marked.xml"
strategy :sparkle
end
auto_updates true
depends_on macos: ">= :sierra"
app "Marked #{version.major}.app"
uninstall quit: "com.brettterpstra.marked#{version.major}"
zap trash: [
"~/Library/Application Support/Marked #{version.major}",
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.brettterpstra.marked#{version.major}.sfl*",
"~/Library/Caches/Marked #{version.major}",
"~/Library/Caches/com.brettterpstra.marked#{version.major}",
"~/Library/Logs/Marked #{version.major}",
"~/Library/Preferences/com.brettterpstra.marked#{version.major}.plist",
"~/Library/Saved Application State/com.brettterpstra.marked#{version.major}.savedState",
]
end