Fix archive path: homebrew-fonts-main → homebrew-fonts
Gitea archives unpack as homebrew-fonts/, not homebrew-fonts-main/. Updated formula generator, tests, and docs to match. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
387a4795d7
commit
a85f0e9b53
138 changed files with 551 additions and 540 deletions
|
|
@ -48,6 +48,6 @@ python3 .fontfoldercleanup/cleanup_font_folders.py --path font_files
|
|||
## Key Constraints
|
||||
|
||||
- Python 3, standard library only (pathlib, shutil, argparse, re). pytest is the sole dependency.
|
||||
- Formulae download from `http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz` and expect the archive to unpack as `homebrew-fonts-main/`.
|
||||
- Formulae download from `http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz` and expect the archive to unpack as `homebrew-fonts/`.
|
||||
- CI runs `uv run pytest` on push/PR to main, plus `brew audit` on macOS (non-blocking).
|
||||
- `PROJECT.md` is the canonical project description. When updating project rules, update `PROJECT.md` first, then sync `.cursorrules`, `.github/copilot-instructions.md`, and `.claude/skills/project-context/SKILL.md`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue