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:
parent
69d8156b09
commit
56b64d0b34
266 changed files with 1187 additions and 8145 deletions
|
|
@ -3,8 +3,9 @@
|
|||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
# Installs: OTF
|
||||
|
||||
class FontDk-frozen-memory < Formula
|
||||
class FontDkFrozenMemory < Formula
|
||||
desc "Font: dk-frozen-memory"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||
|
|
@ -53,9 +54,6 @@ class FontDk-frozen-memory < 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/opentype").glob("*.otf").any?, "No OTF fonts installed"
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue