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