homebrew-cask/Casks/j/joplin.rb

25 lines
742 B
Ruby

cask "joplin" do
version "2.11.11"
sha256 "fddbda6076bb3d3e8503ade49ad8eb12b25923d3be84894abc79dfe519df7998"
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