Files
homebrew-cask/Casks/t/texmaker.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

22 lines
564 B
Ruby

cask "texmaker" do
version "5.1.4"
sha256 "4fb2896712f3aee93c0aae8f940dafab66c04334a76e055e1366adb21550f1fe"
url "https://www.xm1math.net/texmaker/assets/files/texmaker-#{version}.dmg"
name "Texmaker"
desc "LaTeX editor"
homepage "https://www.xm1math.net/texmaker/"
livecheck do
url "https://www.xm1math.net/texmaker/download.html"
regex(%r{href=.*?/texmaker-(\d+(?:\.\d+)*)\.dmg}i)
end
app "texmaker.app"
zap trash: [
"~/Library/Preferences/texmaker.plist",
"~/Library/Saved Application State/texmaker.savedState",
]
end