homebrew-cask/Casks/joplin.rb

25 lines
741 B
Ruby

cask "joplin" do
version "2.9.17"
sha256 "a374397e812e062e0e4c7afa98fd195cec64914c3f73f8d76993adced41fd203"
url "https://github.com/laurent22/joplin/releases/download/v#{version}/Joplin-#{version}.dmg",
verified: "github.com/laurent22/joplin/"
name "Joplin"
desc "Note taking and to-do application with synchronization capabilities"
homepage "https://joplinapp.org/"
livecheck do
url :url
strategy :github_latest
end
app "Joplin.app"
zap trash: [
"~/Library/Application Support/Joplin",
"~/Library/Preferences/net.cozic.joplin-desktop.helper.plist",
"~/Library/Preferences/net.cozic.joplin-desktop.plist",
"~/Library/Saved Application State/net.cozic.joplin-desktop.savedState",
]
end