homebrew-cask/Casks/t/texstudio.rb

21 lines
676 B
Ruby

cask "texstudio" do
version "4.6.3"
sha256 "f05d7d752dea12d26703863ae1ab1a71deed1999a233cf749e37ac0578dcfeb7"
url "https://github.com/texstudio-org/texstudio/releases/download/#{version}/texstudio-#{version}-osx.dmg",
verified: "github.com/texstudio-org/texstudio/"
name "TeXstudio"
desc "LaTeX editor"
homepage "https://texstudio.org/"
depends_on macos: ">= :big_sur"
app "texstudio.app"
zap trash: [
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/texstudio.sfl*",
"~/Library/Preferences/texstudio.plist",
"~/Library/Saved Application State/texstudio.savedState",
]
end