homebrew-fonts/.fontfoldercleanup/tap_config.rb
Matt Troutman 30e4dfb067
Add 4 Apple font families extracted from apple.com, regenerate all casks
New fonts: font-sf-pro-display, font-sf-pro-text, font-sf-pro-icons, font-apple-icons (171 files total).
2026-04-12 14:18:42 -05:00

13 lines
No EOL
486 B
Ruby

# 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"
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