Update download URLs for trtmn/homebrew-fonts on port 3000

Migrated from old gitea path Fonts/homebrew-fonts:8085 to trtmn/homebrew-fonts:3000.
Updates:
- Cask URL template in .fontfoldercleanup/create_homebrew_formula.py
- tap_config.rb (tap name, homepage, url, class)
- README.md (brew tap command + install --cask)
- CLAUDE.md, PROJECT.md (URL references)
- Regenerated all 200 casks with new URLs
This commit is contained in:
Matt Troutman 2026-04-22 19:13:45 -05:00
parent 78037f2d06
commit 183268f66e
No known key found for this signature in database
206 changed files with 417 additions and 450 deletions

View file

@ -131,7 +131,7 @@ python3 .fontfoldercleanup/cleanup_font_folders.py --path font_files
- **Python:** Scripts are Python 3, standard library only (pathlib, shutil, argparse).
- **Ruby:** Formulae are standard Homebrew Formula; they use `share/"fonts/truetype"`, etc., and optional `share/"<formula_name>"` for `other_files` content.
- **Homebrew URL in formulae:** `http://clancy.genet-godzilla.ts.net:8085/clancy/homebrew-fonts/archive/main.tar.gz` (may need updating if the server or repo path changes).
- **Homebrew URL in formulae:** `http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz` (may need updating if the server or repo path changes).
- **Ignored (`.gitignore`):** `*.ofm`, `*.cfg`, `*.g2n`, `.DS_Store`, `.setup_complete`, `.env/`, `.idea/`.
## Quick Reference for Agents