excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / font / font-t / font-tex-gyre-cursor.rb
blob173cff67d4b20bde3ab4fbee7b5e63a173ef3b1d
1 cask "font-tex-gyre-cursor" do
2   version "2.004"
3   sha256 "ae8db1c134ec5c1b8c3999116b0610a5ad1c6f47520c3b4712b9bc914458dce9"
5   url "https://www.gust.org.pl/projects/e-foundry/tex-gyre/cursor/qcr#{version}otf.zip"
6   name "TeX Gyre Cursor"
7   homepage "https://www.gust.org.pl/projects/e-foundry/tex-gyre/cursor"
9   livecheck do
10     url "https://www.gust.org.pl/projects/e-foundry/tex-gyre/whole"
11     regex(%r{Cursor</a>,\sver\.\s(\d+(?:\.\d+)+)}i)
12   end
14   font "texgyrecursor-bold.otf"
15   font "texgyrecursor-bolditalic.otf"
16   font "texgyrecursor-italic.otf"
17   font "texgyrecursor-regular.otf"
19   # No zap stanza required
20 end