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