homebrew-fonts/Casks/font-depixel.rb
Matt Troutman 76743cdc4d
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>
2026-03-07 21:38:59 -06:00

25 lines
1.1 KiB
Ruby

# This file was generated by the font folder cleanup script
# Do not edit this file directly
# Installs: TTF OTF web
cask "font-depixel" do
version "1.0.0"
sha256 :no_check
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
name "Depixel"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts"
font "font_files/font-depixel/ttf/depixelbreit-webfont.ttf"
font "font_files/font-depixel/ttf/depixelbreitfett-webfont.ttf"
font "font_files/font-depixel/ttf/depixelhalbfett-webfont.ttf"
font "font_files/font-depixel/ttf/depixelillegible-webfont.ttf"
font "font_files/font-depixel/ttf/depixelklein-webfont.ttf"
font "font_files/font-depixel/ttf/depixelschmal-webfont.ttf"
font "font_files/font-depixel/otf/depixelbreit.otf"
font "font_files/font-depixel/otf/depixelbreitfett.otf"
font "font_files/font-depixel/otf/depixelhalbfett.otf"
font "font_files/font-depixel/otf/depixelillegible.otf"
font "font_files/font-depixel/otf/depixelklein.otf"
font "font_files/font-depixel/otf/depixelschmal.otf"
end