Convert from Homebrew Formulae to Casks for font installation
Formulae can't install to ~/Library/Fonts/ due to Homebrew sandboxing. Casks have a built-in `font` artifact that handles this automatically. - Replace Formula/ with Casks/ directory - Rewrite generator to produce cask files instead of formulae - Add .ttc (TrueType Collection) support - Update all tests for cask format - Update CLI and documentation - Fonts with no installable files (TTF/OTF/TTC) are skipped Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
cb1918c30f
commit
76743cdc4d
273 changed files with 2509 additions and 10048 deletions
27
Casks/font-bouncy_castle_free.rb
Normal file
27
Casks/font-bouncy_castle_free.rb
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
# Installs: TTF OTF
|
||||
|
||||
cask "font-bouncy_castle_free" do
|
||||
version "1.0.0"
|
||||
sha256 :no_check
|
||||
|
||||
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||
name "Bouncy Castle Free"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts"
|
||||
|
||||
font "font_files/font-bouncy_castle_free/ttf/bouncy-castle-bonus-bold.ttf"
|
||||
font "font_files/font-bouncy_castle_free/ttf/bouncy-castle-bonus.ttf"
|
||||
font "font_files/font-bouncy_castle_free/ttf/bouncy-castle-sans.ttf"
|
||||
font "font_files/font-bouncy_castle_free/ttf/bouncy-castle-ss01.ttf"
|
||||
font "font_files/font-bouncy_castle_free/ttf/bouncy-castle-ss02.ttf"
|
||||
font "font_files/font-bouncy_castle_free/ttf/bouncy-castle-ss03.ttf"
|
||||
font "font_files/font-bouncy_castle_free/ttf/bouncy-castle.ttf"
|
||||
font "font_files/font-bouncy_castle_free/otf/bouncy-castle-bonus-bold.otf"
|
||||
font "font_files/font-bouncy_castle_free/otf/bouncy-castle-bonus.otf"
|
||||
font "font_files/font-bouncy_castle_free/otf/bouncy-castle-sans.otf"
|
||||
font "font_files/font-bouncy_castle_free/otf/bouncy-castle-ss01.otf"
|
||||
font "font_files/font-bouncy_castle_free/otf/bouncy-castle-ss02.otf"
|
||||
font "font_files/font-bouncy_castle_free/otf/bouncy-castle-ss03.otf"
|
||||
font "font_files/font-bouncy_castle_free/otf/bouncy-castle.otf"
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue