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>
15 lines
469 B
Ruby
15 lines
469 B
Ruby
# This file was generated by the font folder cleanup script
|
|
# Do not edit this file directly
|
|
# Installs: OTF
|
|
|
|
cask "font-vaselina" do
|
|
version "1.0.0"
|
|
sha256 :no_check
|
|
|
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
|
name "Vaselina"
|
|
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts"
|
|
|
|
font "font_files/font-vaselina/otf/veselina-script.otf"
|
|
font "font_files/font-vaselina/otf/veselina.otf"
|
|
end
|