homebrew-cask/Casks/texstudio.rb

21 lines
677 B
Ruby

cask "texstudio" do
version "4.2.1"
sha256 "16cc353147c2c8e02da052651e65f9eb73d8bfc82f882b6d766951a2570b8b5b"
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: ">= :catalina"
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