Add new font formulas for various styles, ensuring proper directory structure and installation verification.
This commit is contained in:
parent
bc8845fc96
commit
b01b74c595
125 changed files with 7625 additions and 0 deletions
61
Formula/font-abbiescriptpro-rg.rb
Normal file
61
Formula/font-abbiescriptpro-rg.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontAbbiescriptpro-rg < Formula
|
||||
desc "Font: abbiescriptpro-rg"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-abbiescriptpro-rg"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"abbiescriptpro-rg").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"abbiescriptpro-rg"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/abbiescriptpro-rg
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-acrylic-hand.rb
Normal file
61
Formula/font-acrylic-hand.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontAcrylic-hand < Formula
|
||||
desc "Font: acrylic-hand"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-acrylic-hand"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"acrylic-hand").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"acrylic-hand"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/acrylic-hand
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-acrylichand.rb
Normal file
61
Formula/font-acrylichand.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontAcrylichand < Formula
|
||||
desc "Font: acrylichand"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-acrylichand"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"acrylichand").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"acrylichand"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/acrylichand
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-agpx.rb
Normal file
61
Formula/font-agpx.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontAgpx < Formula
|
||||
desc "Font: agpx"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-agpx"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"agpx").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"agpx"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/agpx
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-airosol.rb
Normal file
61
Formula/font-airosol.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontAirosol < Formula
|
||||
desc "Font: airosol"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-airosol"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"airosol").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"airosol"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/airosol
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-alphalyrae.rb
Normal file
61
Formula/font-alphalyrae.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontAlphalyrae < Formula
|
||||
desc "Font: alphalyrae"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-alphalyrae"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"alphalyrae").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"alphalyrae"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/alphalyrae
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-angular.rb
Normal file
61
Formula/font-angular.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontAngular < Formula
|
||||
desc "Font: angular"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-angular"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"angular").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"angular"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/angular
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-arinoe.rb
Normal file
61
Formula/font-arinoe.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontArinoe < Formula
|
||||
desc "Font: arinoe"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-arinoe"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"arinoe").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"arinoe"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/arinoe
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-averasanstc.rb
Normal file
61
Formula/font-averasanstc.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontAverasanstc < Formula
|
||||
desc "Font: averasanstc"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-averasanstc"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"averasanstc").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"averasanstc"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/averasanstc
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-baduy.rb
Normal file
61
Formula/font-baduy.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontBaduy < Formula
|
||||
desc "Font: baduy"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-baduy"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"baduy").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"baduy"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/baduy
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-bee-honey.rb
Normal file
61
Formula/font-bee-honey.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontBee-honey < Formula
|
||||
desc "Font: bee-honey"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-bee-honey"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"bee-honey").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"bee-honey"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/bee-honey
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-benford.rb
Normal file
61
Formula/font-benford.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontBenford < Formula
|
||||
desc "Font: benford"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-benford"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"benford").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"benford"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/benford
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-bobby-jones-soft-free.rb
Normal file
61
Formula/font-bobby-jones-soft-free.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontBobby-jones-soft-free < Formula
|
||||
desc "Font: bobby-jones-soft-free"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-bobby-jones-soft-free"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"bobby-jones-soft-free").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"bobby-jones-soft-free"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/bobby-jones-soft-free
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-bouncy_castle_free.rb
Normal file
61
Formula/font-bouncy_castle_free.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontBouncy_castle_free < Formula
|
||||
desc "Font: bouncy_castle_free"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-bouncy_castle_free"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"bouncy_castle_free").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"bouncy_castle_free"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/bouncy_castle_free
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-brightsight-02.rb
Normal file
61
Formula/font-brightsight-02.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontBrightsight-02 < Formula
|
||||
desc "Font: brightsight-02"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-brightsight-02"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"brightsight-02").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"brightsight-02"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/brightsight-02
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-brixtonline.rb
Normal file
61
Formula/font-brixtonline.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontBrixtonline < Formula
|
||||
desc "Font: brixtonline"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-brixtonline"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"brixtonline").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"brixtonline"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/brixtonline
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-broke.rb
Normal file
61
Formula/font-broke.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontBroke < Formula
|
||||
desc "Font: broke"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-broke"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"broke").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"broke"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/broke
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-buffalo.rb
Normal file
61
Formula/font-buffalo.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontBuffalo < Formula
|
||||
desc "Font: buffalo"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-buffalo"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"buffalo").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"buffalo"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/buffalo
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-buffy.rb
Normal file
61
Formula/font-buffy.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontBuffy < Formula
|
||||
desc "Font: buffy"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-buffy"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"buffy").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"buffy"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/buffy
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-cat-outline.rb
Normal file
61
Formula/font-cat-outline.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontCat-outline < Formula
|
||||
desc "Font: cat-outline"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-cat-outline"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"cat-outline").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"cat-outline"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/cat-outline
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-cheeky-rabbit.rb
Normal file
61
Formula/font-cheeky-rabbit.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontCheeky-rabbit < Formula
|
||||
desc "Font: cheeky-rabbit"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-cheeky-rabbit"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"cheeky-rabbit").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"cheeky-rabbit"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/cheeky-rabbit
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-chido.rb
Normal file
61
Formula/font-chido.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontChido < Formula
|
||||
desc "Font: chido"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-chido"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"chido").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"chido"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/chido
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-christmas-picture.rb
Normal file
61
Formula/font-christmas-picture.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontChristmas-picture < Formula
|
||||
desc "Font: christmas-picture"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-christmas-picture"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"christmas-picture").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"christmas-picture"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/christmas-picture
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-chrone.rb
Normal file
61
Formula/font-chrone.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontChrone < Formula
|
||||
desc "Font: chrone"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-chrone"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"chrone").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"chrone"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/chrone
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-clancy-experience.rb
Normal file
61
Formula/font-clancy-experience.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontClancy-experience < Formula
|
||||
desc "Font: clancy-experience"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-clancy-experience"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"clancy-experience").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"clancy-experience"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/clancy-experience
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-clancy.rb
Normal file
61
Formula/font-clancy.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontClancy < Formula
|
||||
desc "Font: clancy"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-clancy"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"clancy").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"clancy"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/clancy
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-code.rb
Normal file
61
Formula/font-code.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontCode < Formula
|
||||
desc "Font: code"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-code"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"code").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"code"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/code
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-coffina.rb
Normal file
61
Formula/font-coffina.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontCoffina < Formula
|
||||
desc "Font: coffina"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-coffina"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"coffina").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"coffina"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/coffina
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-creamy-dreams.rb
Normal file
61
Formula/font-creamy-dreams.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontCreamy-dreams < Formula
|
||||
desc "Font: creamy-dreams"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-creamy-dreams"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"creamy-dreams").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"creamy-dreams"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/creamy-dreams
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-cucurucho.rb
Normal file
61
Formula/font-cucurucho.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontCucurucho < Formula
|
||||
desc "Font: cucurucho"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-cucurucho"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"cucurucho").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"cucurucho"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/cucurucho
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-damn.rb
Normal file
61
Formula/font-damn.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontDamn < Formula
|
||||
desc "Font: damn"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-damn"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"damn").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"damn"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/damn
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-dance-blues.rb
Normal file
61
Formula/font-dance-blues.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontDance-blues < Formula
|
||||
desc "Font: dance-blues"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-dance-blues"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"dance-blues").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"dance-blues"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/dance-blues
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-depok-cubism.rb
Normal file
61
Formula/font-depok-cubism.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontDepok-cubism < Formula
|
||||
desc "Font: depok-cubism"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-depok-cubism"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"depok-cubism").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"depok-cubism"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/depok-cubism
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-devils-cut.rb
Normal file
61
Formula/font-devils-cut.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontDevils-cut < Formula
|
||||
desc "Font: devils-cut"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-devils-cut"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"devils-cut").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"devils-cut"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/devils-cut
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-dirty-clouds.rb
Normal file
61
Formula/font-dirty-clouds.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontDirty-clouds < Formula
|
||||
desc "Font: dirty-clouds"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-dirty-clouds"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"dirty-clouds").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"dirty-clouds"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/dirty-clouds
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-district.rb
Normal file
61
Formula/font-district.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontDistrict < Formula
|
||||
desc "Font: district"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-district"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"district").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"district"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/district
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-dk-frozen-memory.rb
Normal file
61
Formula/font-dk-frozen-memory.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontDk-frozen-memory < Formula
|
||||
desc "Font: dk-frozen-memory"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-dk-frozen-memory"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"dk-frozen-memory").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"dk-frozen-memory"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/dk-frozen-memory
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-domaine-display.rb
Normal file
61
Formula/font-domaine-display.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontDomaine-display < Formula
|
||||
desc "Font: domaine-display"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-domaine-display"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"domaine-display").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"domaine-display"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/domaine-display
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-dtmilagros.rb
Normal file
61
Formula/font-dtmilagros.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontDtmilagros < Formula
|
||||
desc "Font: dtmilagros"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-dtmilagros"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"dtmilagros").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"dtmilagros"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/dtmilagros
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-ep-boxi.rb
Normal file
61
Formula/font-ep-boxi.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontEp-boxi < Formula
|
||||
desc "Font: ep-boxi"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-ep-boxi"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"ep-boxi").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"ep-boxi"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/ep-boxi
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-f37-stout.rb
Normal file
61
Formula/font-f37-stout.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontF37-stout < Formula
|
||||
desc "Font: f37-stout"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-f37-stout"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"f37-stout").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"f37-stout"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/f37-stout
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-flyover.rb
Normal file
61
Formula/font-flyover.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontFlyover < Formula
|
||||
desc "Font: flyover"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-flyover"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"flyover").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"flyover"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/flyover
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-friem.rb
Normal file
61
Formula/font-friem.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontFriem < Formula
|
||||
desc "Font: friem"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-friem"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"friem").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"friem"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/friem
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-funky-round.rb
Normal file
61
Formula/font-funky-round.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontFunky-round < Formula
|
||||
desc "Font: funky-round"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-funky-round"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"funky-round").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"funky-round"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/funky-round
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-futura-1986.rb
Normal file
61
Formula/font-futura-1986.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontFutura-1986 < Formula
|
||||
desc "Font: futura-1986"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-futura-1986"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"futura-1986").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"futura-1986"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/futura-1986
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-galaxia.rb
Normal file
61
Formula/font-galaxia.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontGalaxia < Formula
|
||||
desc "Font: galaxia"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-galaxia"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"galaxia").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"galaxia"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/galaxia
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-gilbert.rb
Normal file
61
Formula/font-gilbert.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontGilbert < Formula
|
||||
desc "Font: gilbert"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-gilbert"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"gilbert").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"gilbert"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/gilbert
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-graham_hand.rb
Normal file
61
Formula/font-graham_hand.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontGraham_hand < Formula
|
||||
desc "Font: graham_hand"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-graham_hand"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"graham_hand").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"graham_hand"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/graham_hand
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-gyanko.rb
Normal file
61
Formula/font-gyanko.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontGyanko < Formula
|
||||
desc "Font: gyanko"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-gyanko"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"gyanko").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"gyanko"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/gyanko
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-hectra.rb
Normal file
61
Formula/font-hectra.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontHectra < Formula
|
||||
desc "Font: hectra"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-hectra"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"hectra").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"hectra"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/hectra
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-hello-headline.rb
Normal file
61
Formula/font-hello-headline.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontHello-headline < Formula
|
||||
desc "Font: hello-headline"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-hello-headline"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"hello-headline").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"hello-headline"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/hello-headline
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-horseland.rb
Normal file
61
Formula/font-horseland.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontHorseland < Formula
|
||||
desc "Font: horseland"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-horseland"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"horseland").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"horseland"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/horseland
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-idgrotesk.rb
Normal file
61
Formula/font-idgrotesk.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontIdgrotesk < Formula
|
||||
desc "Font: idgrotesk"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-idgrotesk"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"idgrotesk").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"idgrotesk"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/idgrotesk
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-jimmy-sans.rb
Normal file
61
Formula/font-jimmy-sans.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontJimmy-sans < Formula
|
||||
desc "Font: jimmy-sans"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-jimmy-sans"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"jimmy-sans").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"jimmy-sans"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/jimmy-sans
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-joc.rb
Normal file
61
Formula/font-joc.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontJoc < Formula
|
||||
desc "Font: joc"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-joc"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"joc").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"joc"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/joc
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-kompeni.rb
Normal file
61
Formula/font-kompeni.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontKompeni < Formula
|
||||
desc "Font: kompeni"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-kompeni"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"kompeni").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"kompeni"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/kompeni
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-lab-grotesk.rb
Normal file
61
Formula/font-lab-grotesk.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontLab-grotesk < Formula
|
||||
desc "Font: lab-grotesk"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-lab-grotesk"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"lab-grotesk").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"lab-grotesk"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/lab-grotesk
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-lance-.rb
Normal file
61
Formula/font-lance-.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontLance- < Formula
|
||||
desc "Font: lance-"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-lance-"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"lance-").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"lance-"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/lance-
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-lance-tomchalky.rb
Normal file
61
Formula/font-lance-tomchalky.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontLance-tomchalky < Formula
|
||||
desc "Font: lance-tomchalky"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-lance-tomchalky"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"lance-tomchalky").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"lance-tomchalky"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/lance-tomchalky
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-latcha.rb
Normal file
61
Formula/font-latcha.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontLatcha < Formula
|
||||
desc "Font: latcha"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-latcha"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"latcha").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"latcha"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/latcha
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-lexa.rb
Normal file
61
Formula/font-lexa.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontLexa < Formula
|
||||
desc "Font: lexa"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-lexa"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"lexa").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"lexa"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/lexa
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-made-carving.rb
Normal file
61
Formula/font-made-carving.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontMade-carving < Formula
|
||||
desc "Font: made-carving"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-made-carving"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"made-carving").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"made-carving"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/made-carving
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-made-infinity.rb
Normal file
61
Formula/font-made-infinity.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontMade-infinity < Formula
|
||||
desc "Font: made-infinity"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-made-infinity"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"made-infinity").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"made-infinity"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/made-infinity
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-magic-painted.rb
Normal file
61
Formula/font-magic-painted.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontMagic-painted < Formula
|
||||
desc "Font: magic-painted"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-magic-painted"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"magic-painted").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"magic-painted"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/magic-painted
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-magnode.rb
Normal file
61
Formula/font-magnode.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontMagnode < Formula
|
||||
desc "Font: magnode"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-magnode"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"magnode").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"magnode"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/magnode
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-marker_notes.rb
Normal file
61
Formula/font-marker_notes.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontMarker_notes < Formula
|
||||
desc "Font: marker_notes"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-marker_notes"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"marker_notes").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"marker_notes"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/marker_notes
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-marvelo.rb
Normal file
61
Formula/font-marvelo.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontMarvelo < Formula
|
||||
desc "Font: marvelo"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-marvelo"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"marvelo").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"marvelo"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/marvelo
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-mba-slice-mono.rb
Normal file
61
Formula/font-mba-slice-mono.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontMba-slice-mono < Formula
|
||||
desc "Font: mba-slice-mono"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-mba-slice-mono"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"mba-slice-mono").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"mba-slice-mono"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/mba-slice-mono
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-miracode.rb
Normal file
61
Formula/font-miracode.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontMiracode < Formula
|
||||
desc "Font: miracode"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-miracode"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"miracode").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"miracode"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/miracode
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-moon-walk.rb
Normal file
61
Formula/font-moon-walk.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontMoon-walk < Formula
|
||||
desc "Font: moon-walk"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-moon-walk"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"moon-walk").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"moon-walk"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/moon-walk
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-morgon.rb
Normal file
61
Formula/font-morgon.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontMorgon < Formula
|
||||
desc "Font: morgon"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-morgon"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"morgon").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"morgon"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/morgon
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-nafasmanual.rb
Normal file
61
Formula/font-nafasmanual.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontNafasmanual < Formula
|
||||
desc "Font: nafasmanual"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-nafasmanual"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"nafasmanual").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"nafasmanual"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/nafasmanual
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-new-kansas-black-wisabo.rb
Normal file
61
Formula/font-new-kansas-black-wisabo.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontNew-kansas-black-wisabo < Formula
|
||||
desc "Font: new-kansas-black-wisabo"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-new-kansas-black-wisabo"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"new-kansas-black-wisabo").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"new-kansas-black-wisabo"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/new-kansas-black-wisabo
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-nugia-vintage.rb
Normal file
61
Formula/font-nugia-vintage.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontNugia-vintage < Formula
|
||||
desc "Font: nugia-vintage"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-nugia-vintage"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"nugia-vintage").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"nugia-vintage"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/nugia-vintage
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-overland.rb
Normal file
61
Formula/font-overland.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontOverland < Formula
|
||||
desc "Font: overland"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-overland"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"overland").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"overland"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/overland
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-parasite-game.rb
Normal file
61
Formula/font-parasite-game.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontParasite-game < Formula
|
||||
desc "Font: parasite-game"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-parasite-game"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"parasite-game").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"parasite-game"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/parasite-game
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-patsy-sans-grotesque.rb
Normal file
61
Formula/font-patsy-sans-grotesque.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontPatsy-sans-grotesque < Formula
|
||||
desc "Font: patsy-sans-grotesque"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-patsy-sans-grotesque"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"patsy-sans-grotesque").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"patsy-sans-grotesque"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/patsy-sans-grotesque
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-pixelon.rb
Normal file
61
Formula/font-pixelon.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontPixelon < Formula
|
||||
desc "Font: pixelon"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-pixelon"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"pixelon").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"pixelon"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/pixelon
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-plaztma.rb
Normal file
61
Formula/font-plaztma.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontPlaztma < Formula
|
||||
desc "Font: plaztma"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-plaztma"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"plaztma").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"plaztma"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/plaztma
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-plebis.rb
Normal file
61
Formula/font-plebis.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontPlebis < Formula
|
||||
desc "Font: plebis"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-plebis"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"plebis").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"plebis"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/plebis
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-project-space.rb
Normal file
61
Formula/font-project-space.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontProject-space < Formula
|
||||
desc "Font: project-space"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-project-space"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"project-space").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"project-space"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/project-space
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-provisions.rb
Normal file
61
Formula/font-provisions.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontProvisions < Formula
|
||||
desc "Font: provisions"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-provisions"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"provisions").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"provisions"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/provisions
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-quasimoda-family.rb
Normal file
61
Formula/font-quasimoda-family.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontQuasimoda-family < Formula
|
||||
desc "Font: quasimoda-family"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-quasimoda-family"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"quasimoda-family").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"quasimoda-family"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/quasimoda-family
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-revain.rb
Normal file
61
Formula/font-revain.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontRevain < Formula
|
||||
desc "Font: revain"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-revain"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"revain").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"revain"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/revain
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-rigid-light.rb
Normal file
61
Formula/font-rigid-light.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontRigid-light < Formula
|
||||
desc "Font: rigid-light"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-rigid-light"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"rigid-light").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"rigid-light"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/rigid-light
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-rocky_monkey.rb
Normal file
61
Formula/font-rocky_monkey.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontRocky_monkey < Formula
|
||||
desc "Font: rocky_monkey"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-rocky_monkey"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"rocky_monkey").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"rocky_monkey"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/rocky_monkey
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-rondack.rb
Normal file
61
Formula/font-rondack.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontRondack < Formula
|
||||
desc "Font: rondack"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-rondack"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"rondack").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"rondack"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/rondack
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-runa.rb
Normal file
61
Formula/font-runa.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontRuna < Formula
|
||||
desc "Font: runa"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-runa"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"runa").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"runa"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/runa
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-rusillaserif.rb
Normal file
61
Formula/font-rusillaserif.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontRusillaserif < Formula
|
||||
desc "Font: rusillaserif"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-rusillaserif"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"rusillaserif").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"rusillaserif"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/rusillaserif
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-ruska.rb
Normal file
61
Formula/font-ruska.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontRuska < Formula
|
||||
desc "Font: ruska"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-ruska"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"ruska").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"ruska"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/ruska
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-scratches.rb
Normal file
61
Formula/font-scratches.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontScratches < Formula
|
||||
desc "Font: scratches"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-scratches"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"scratches").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"scratches"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/scratches
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-scribblingtom.rb
Normal file
61
Formula/font-scribblingtom.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontScribblingtom < Formula
|
||||
desc "Font: scribblingtom"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-scribblingtom"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"scribblingtom").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"scribblingtom"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/scribblingtom
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-sepura-light.rb
Normal file
61
Formula/font-sepura-light.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontSepura-light < Formula
|
||||
desc "Font: sepura-light"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-sepura-light"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"sepura-light").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"sepura-light"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/sepura-light
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-sideboard.rb
Normal file
61
Formula/font-sideboard.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontSideboard < Formula
|
||||
desc "Font: sideboard"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-sideboard"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"sideboard").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"sideboard"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/sideboard
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-siesta-serenade.rb
Normal file
61
Formula/font-siesta-serenade.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontSiesta-serenade < Formula
|
||||
desc "Font: siesta-serenade"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-siesta-serenade"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"siesta-serenade").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"siesta-serenade"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/siesta-serenade
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-sigitarian.rb
Normal file
61
Formula/font-sigitarian.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontSigitarian < Formula
|
||||
desc "Font: sigitarian"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-sigitarian"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"sigitarian").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"sigitarian"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/sigitarian
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-signate-grotesk-black.rb
Normal file
61
Formula/font-signate-grotesk-black.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontSignate-grotesk-black < Formula
|
||||
desc "Font: signate-grotesk-black"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-signate-grotesk-black"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"signate-grotesk-black").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"signate-grotesk-black"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/signate-grotesk-black
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-silkshy.rb
Normal file
61
Formula/font-silkshy.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontSilkshy < Formula
|
||||
desc "Font: silkshy"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-silkshy"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"silkshy").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"silkshy"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/silkshy
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-spencer.rb
Normal file
61
Formula/font-spencer.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontSpencer < Formula
|
||||
desc "Font: spencer"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-spencer"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"spencer").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"spencer"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/spencer
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
61
Formula/font-springwood_note.rb
Normal file
61
Formula/font-springwood_note.rb
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This file was generated by the font folder cleanup script
|
||||
# Do not edit this file directly
|
||||
|
||||
class FontSpringwood_note < Formula
|
||||
desc "Font: springwood_note"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/raw/main/font_files/font-springwood_note"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# Create font directories
|
||||
(share/"fonts").mkpath
|
||||
(share/"fonts/truetype").mkpath
|
||||
(share/"fonts/opentype").mkpath
|
||||
(share/"fonts/webfonts").mkpath
|
||||
|
||||
# Install TTF fonts
|
||||
Dir.glob("ttf/*.ttf").each do |font|
|
||||
system "cp", font, share/"fonts/truetype"
|
||||
end
|
||||
|
||||
# Install OTF fonts
|
||||
Dir.glob("otf/*.otf").each do |font|
|
||||
system "cp", font, share/"fonts/opentype"
|
||||
end
|
||||
|
||||
# Install web fonts
|
||||
Dir.glob("web/*.{woff,woff2,eot,svg}").each do |font|
|
||||
system "cp", font, share/"fonts/webfonts"
|
||||
end
|
||||
|
||||
# Install documentation and other files
|
||||
(share/"springwood_note").mkpath
|
||||
Dir.glob("other_files/*").each do |file|
|
||||
system "cp", "-r", file, share/"springwood_note"
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Fonts have been installed to:
|
||||
#{share}/fonts/truetype
|
||||
#{share}/fonts/opentype
|
||||
#{share}/fonts/webfonts
|
||||
|
||||
Additional files are available in:
|
||||
#{share}/springwood_note
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# Verify font installation
|
||||
assert_predicate share/"fonts/truetype", :directory?
|
||||
assert_predicate share/"fonts/opentype", :directory?
|
||||
assert_predicate share/"fonts/webfonts", :directory?
|
||||
end
|
||||
end
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue