25 lines
759 B
Ruby
25 lines
759 B
Ruby
cask "font-tex-gyre-heros" do
|
|
version "2.004"
|
|
sha256 "755954b7349b803fc1c3d82fe9d9c4f7cf66467af718eaaf4f78ae1a09bf265d"
|
|
|
|
url "https://www.gust.org.pl/projects/e-foundry/tex-gyre/heros/qhv#{version}otf.zip"
|
|
name "TeX Gyre Heros"
|
|
homepage "https://www.gust.org.pl/projects/e-foundry/tex-gyre/heros"
|
|
|
|
livecheck do
|
|
url "https://www.gust.org.pl/projects/e-foundry/tex-gyre/whole"
|
|
regex(%r{Heros</a>,\sver\.\s(\d+(?:\.\d+)+)}i)
|
|
end
|
|
|
|
font "texgyreheros-bold.otf"
|
|
font "texgyreheros-bolditalic.otf"
|
|
font "texgyreheros-italic.otf"
|
|
font "texgyreheros-regular.otf"
|
|
font "texgyreheroscn-bold.otf"
|
|
font "texgyreheroscn-bolditalic.otf"
|
|
font "texgyreheroscn-italic.otf"
|
|
font "texgyreheroscn-regular.otf"
|
|
|
|
# No zap stanza required
|
|
end
|