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
13 lines
481 B
Ruby
13 lines
481 B
Ruby
# 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
|
|
|
|
def install
|
|
# This is a meta-formula that doesn't install anything
|
|
# It's used to set up the tap configuration
|
|
end
|
|
end
|