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

15 lines
389 B
Ruby

cask "tikzit" do
version "2.1.6"
sha256 "4c7e2de7f021805272505b5313890ec4bcd42e2a66c2de7af74a866e5c96a3ed"
url "https://github.com/tikzit/tikzit/releases/download/v#{version}/tikzit-osx.dmg",
verified: "github.com/tikzit/tikzit/"
name "TikZiT"
desc "PGF/TikZ diagram editor"
homepage "https://tikzit.github.io/"
depends_on macos: ">= :sierra"
app "TikZiT.app"
end