phinze/homebrew-cask

View on GitHub
Casks/f/fsnotes.rb

Summary

Maintainability
A
40 mins
Test Coverage
cask "fsnotes" do
  version "6.9.5"
  sha256 "5ccb2493a49181b2ba8ae24fed348c08bc5a4c709c7650051721beab760f6f43"

  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