cask "jbrowse" do version "3.5.1" sha256 "a3f171076250b970edb135998cf539a35d05623e14576ff4e239825a623e534b" url "https://github.com/GMOD/jbrowse-components/releases/download/v#{version}/jbrowse-desktop-v#{version}-mac.dmg", verified: "github.com/GMOD/jbrowse-components/" name "JBrowse" desc "Genome browser" homepage "https://jbrowse.org/" livecheck do url :url strategy :github_latest end depends_on macos: ">= :big_sur" app "JBrowse 2.app" zap trash: [ "~/Library/Application Support/@jbrowse", "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/org.jbrowse*.app.sfl*", "~/Library/Preferences/org.jbrowse*.app.plist", ] end