Files
homebrew-cask/Casks/t/tikz-editor.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

18 lines
484 B
Ruby

cask "tikz-editor" do
version "1.0"
sha256 "0462af2994a5d2c3f495eb922e3cf989e3f4cff27bc545426ddc83da4a5f82db"
url "https://github.com/downloads/fredokun/TikZ-Editor/TikZ%20Editor-#{version}.dmg"
name "TikZ Editor"
desc "Editor for the LaTeX graphic package TikZ"
homepage "https://github.com/fredokun/TikZ-Editor"
livecheck do
url :homepage
regex(/href=.*?TikZ%20Editor[._-]v?(\d+(?:\.\d+)+)\.dmg/i)
strategy :page_match
end
app "TikZ Editor.app"
end