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

@ -76,9 +76,9 @@ cask "{font_name}" do
version "1.0.0"
sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
name "{display_name}"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts"
homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
{font_lines}
end

View file

@ -1,8 +1,8 @@
# Tap configuration for clancy/fonts
class ClancyFonts < Formula
desc "Font collection from Clancy"
homepage "http://clancy.genet-godzilla.ts.net:8085/clancy/homebrew-fonts"
url "http://clancy.genet-godzilla.ts.net:8085/clancy/homebrew-fonts/archive/main.tar.gz"
# Tap configuration for trtmn/fonts
class TrtmnFonts < Formula
desc "Font collection from trtmn"
homepage "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts"
url "http://clancy.genet-godzilla.ts.net:3000/trtmn/homebrew-fonts/archive/main.tar.gz"
version "1.0.0"
sha256 "" # This will need to be filled in after the first build
@ -10,4 +10,4 @@ class ClancyFonts < Formula
# This is a meta-formula that doesn't install anything
# It's used to set up the tap configuration
end
end
end