homebrew-fonts/Casks/font-bobby-jones-soft-free.rb
Matt Troutman c85bbccd26
Fix cask font paths: include homebrew-fonts/ archive prefix
Homebrew moves the extracted archive directory into the Caskroom
without stripping the top-level name, so font artifact paths need
the homebrew-fonts/ prefix.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-07 21:40:58 -06:00

17 lines
754 B
Ruby

# This file was generated by the font folder cleanup script
# Do not edit this file directly
# Installs: TTF OTF
cask "font-bobby-jones-soft-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 "Bobby Jones Soft Free"
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts"
font "homebrew-fonts/font_files/font-bobby-jones-soft-free/ttf/bobby-rough-soft-outline.ttf"
font "homebrew-fonts/font_files/font-bobby-jones-soft-free/ttf/bobby-rough-soft.ttf"
font "homebrew-fonts/font_files/font-bobby-jones-soft-free/otf/bobby-jones-soft-outline.otf"
font "homebrew-fonts/font_files/font-bobby-jones-soft-free/otf/bobby-jones-soft.otf"
end