Files starting with _ that are AppleDouble metadata (not real fonts) were being included in casks, causing Font Book issues. Deleted 57 such files from font_files/ and added detection to the cleanup script to prevent them in the future. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
14 lines
423 B
Ruby
14 lines
423 B
Ruby
# This file was generated by the font folder cleanup script
|
|
# Do not edit this file directly
|
|
# Installs: OTF
|
|
|
|
cask "font-clancy" do
|
|
version "1.0.0"
|
|
sha256 :no_check
|
|
|
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
|
name "Clancy"
|
|
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts"
|
|
|
|
font "homebrew-fonts/font_files/font-clancy/otf/clancy-free.otf"
|
|
end
|