excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / font / font-a / font-african-serif.rb
blobff5612409fb1a9b700f22e725cdbef344429f263
1 cask "font-african-serif" do
2   version "9.3.8"
3   sha256 :no_check
5   url "https://www.languagegeek.com/font/AfricanSerif.zip"
6   name "African Serif"
7   homepage "https://www.languagegeek.com/font/fontdownload.html"
9   livecheck do
10     url :homepage
11     regex(/African\s+Serif.*?\(\s*v?(\d+(?:\.\d+)+)[^)]*\)/i)
12   end
14   font "African Serif REGULAR #{version.no_dots}.ttf"
15   font "African Serif BOLD #{version.no_dots}.ttf"
16   font "African Serif BOLD ITALIC #{version.no_dots}.ttf"
17   font "African Serif ITALIC #{version.no_dots}.ttf"
19   # No zap stanza required
20 end