Files
homebrew-cask/Casks/f/fsnotes.rb
2023-11-05 14:50:19 -05:00

23 lines
543 B
Ruby

cask "fsnotes" do
version "6.5.0"
sha256 "d1447fc259354a37c1cebe39a0c7c6032cc91a096133cd57998105b503b44dff"
url "https://github.com/glushchenko/fsnotes/releases/download/#{version}/FSNotes_#{version}.zip",
verified: "github.com/glushchenko/fsnotes/"
name "FSNotes"
desc "Notes manager"
homepage "https://fsnot.es/"
livecheck do
url :url
strategy :github_latest
end
app "FSNotes.app"
zap trash: [
"~/Library/Application Scripts/co.fluder.FSNotes",
"~/Library/Containers/co.fluder.FSNotes",
]
end