Update documentation and scripts for font addition process; introduce uv run add-font CLI command for streamlined font management. Enhance formula generation with improved class name formatting and validation steps. Remove outdated font formula files.

This commit is contained in:
Matt Troutman 2026-02-09 22:04:01 -06:00
parent 69d8156b09
commit 56b64d0b34
No known key found for this signature in database
266 changed files with 1187 additions and 8145 deletions

View file

@ -3,6 +3,7 @@
# This file was generated by the font folder cleanup script
# Do not edit this file directly
# Installs: TTF OTF
class FontBenford < Formula
desc "Font: benford"
@ -53,9 +54,7 @@ class FontBenford < Formula
end
test do
# Verify font installation
assert_predicate share/"fonts/truetype", :directory?
assert_predicate share/"fonts/opentype", :directory?
assert_predicate share/"fonts/webfonts", :directory?
assert (share/"fonts/truetype").glob("*.ttf").any?, "No TTF fonts installed"
assert (share/"fonts/opentype").glob("*.otf").any?, "No OTF fonts installed"
end
end