Update Gitea URL from port 3002 to 8085 and add sha256 to formulae
All formulae were failing to download because the archive URL pointed to the old Gitea port (3002). Updated to port 8085 and computed the correct sha256 hash for the archive. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
ba45f7ea77
commit
91d5ffad9d
137 changed files with 406 additions and 406 deletions
|
|
@ -83,10 +83,10 @@ class HomebrewFormulaGenerator:
|
||||||
|
|
||||||
class Font{class_name} < Formula
|
class Font{class_name} < Formula
|
||||||
desc "Font: {formula_name}"
|
desc "Font: {formula_name}"
|
||||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
# Tap configuration for genet-godzilla/fonts
|
# Tap configuration for genet-godzilla/fonts
|
||||||
class GenetGodzillaFonts < Formula
|
class GenetGodzillaFonts < Formula
|
||||||
desc "Font collection from Genet Godzilla"
|
desc "Font collection from Genet Godzilla"
|
||||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -48,6 +48,6 @@ python3 .fontfoldercleanup/cleanup_font_folders.py --path font_files
|
||||||
## Key Constraints
|
## Key Constraints
|
||||||
|
|
||||||
- Python 3, standard library only (pathlib, shutil, argparse, re). pytest is the sole dependency.
|
- Python 3, standard library only (pathlib, shutil, argparse, re). pytest is the sole dependency.
|
||||||
- Formulae download from `http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz` and expect the archive to unpack as `homebrew-fonts-main/`.
|
- Formulae download from `http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz` and expect the archive to unpack as `homebrew-fonts-main/`.
|
||||||
- CI runs `uv run pytest` on push/PR to main, plus `brew audit` on macOS (non-blocking).
|
- CI runs `uv run pytest` on push/PR to main, plus `brew audit` on macOS (non-blocking).
|
||||||
- `PROJECT.md` is the canonical project description. When updating project rules, update `PROJECT.md` first, then sync `.cursorrules`, `.github/copilot-instructions.md`, and `.claude/skills/project-context/SKILL.md`.
|
- `PROJECT.md` is the canonical project description. When updating project rules, update `PROJECT.md` first, then sync `.cursorrules`, `.github/copilot-instructions.md`, and `.claude/skills/project-context/SKILL.md`.
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
class FontAbbiescriptproRg < Formula
|
class FontAbbiescriptproRg < 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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
class FontAcrylicHand < Formula
|
class FontAcrylicHand < 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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
class FontBeeHoney < Formula
|
class FontBeeHoney < 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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
class FontBobbyJonesSoftFree < Formula
|
class FontBobbyJonesSoftFree < 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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
class FontBouncyCastleFree < Formula
|
class FontBouncyCastleFree < 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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
class FontBrightsight02 < Formula
|
class FontBrightsight02 < 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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
class FontCatOutline < Formula
|
class FontCatOutline < 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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
class FontCheekyRabbit < Formula
|
class FontCheekyRabbit < 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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
class FontChristmasPicture < Formula
|
class FontChristmasPicture < 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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
class FontClancyExperience < Formula
|
class FontClancyExperience < 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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
class FontCopixelFont17643720790 < Formula
|
class FontCopixelFont17643720790 < Formula
|
||||||
desc "Font: copixel-font-1764372079-0"
|
desc "Font: copixel-font-1764372079-0"
|
||||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
class FontCreamyDreams < Formula
|
class FontCreamyDreams < 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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
class FontDanceBlues < Formula
|
class FontDanceBlues < 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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
class FontDepixel < Formula
|
class FontDepixel < Formula
|
||||||
desc "Font: depixel"
|
desc "Font: depixel"
|
||||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
class FontDepokCubism < Formula
|
class FontDepokCubism < 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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
class FontDevilsCut < Formula
|
class FontDevilsCut < 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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
class FontDirtyClouds < Formula
|
class FontDirtyClouds < 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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
class FontDkFrozenMemory < Formula
|
class FontDkFrozenMemory < 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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
class FontDomaineDisplay < Formula
|
class FontDomaineDisplay < 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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
class FontEpBoxi < Formula
|
class FontEpBoxi < 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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
class FontF37Stout < Formula
|
class FontF37Stout < 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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
class FontFreshChristmasFont17643708880 < Formula
|
class FontFreshChristmasFont17643708880 < Formula
|
||||||
desc "Font: fresh-christmas-font-1764370888-0"
|
desc "Font: fresh-christmas-font-1764370888-0"
|
||||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
class FontFunkyRound < Formula
|
class FontFunkyRound < 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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
class FontFutura1986 < Formula
|
class FontFutura1986 < 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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
class FontGrahamHand < Formula
|
class FontGrahamHand < 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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
class FontHelloHeadline < Formula
|
class FontHelloHeadline < 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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
class FontIntrovertFont217643716550 < Formula
|
class FontIntrovertFont217643716550 < Formula
|
||||||
desc "Font: introvert-font-2-1764371655-0"
|
desc "Font: introvert-font-2-1764371655-0"
|
||||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
class FontJimmySans < Formula
|
class FontJimmySans < 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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
class FontLabGrotesk < Formula
|
class FontLabGrotesk < 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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
class FontLanceTomchalky < Formula
|
class FontLanceTomchalky < 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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
class FontLazareGroteskFontFamily17643703980 < Formula
|
class FontLazareGroteskFontFamily17643703980 < Formula
|
||||||
desc "Font: lazare-grotesk-font-family-1764370398-0"
|
desc "Font: lazare-grotesk-font-family-1764370398-0"
|
||||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
class FontMadeCarving < Formula
|
class FontMadeCarving < 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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
class FontMadeInfinity < Formula
|
class FontMadeInfinity < 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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
class FontMagicPainted < Formula
|
class FontMagicPainted < 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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
class FontMarkerNotes < Formula
|
class FontMarkerNotes < 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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
class FontMbaSliceMono < Formula
|
class FontMbaSliceMono < 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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
class FontMoonWalk < Formula
|
class FontMoonWalk < 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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
class FontNeopixelFont17643721290 < Formula
|
class FontNeopixelFont17643721290 < Formula
|
||||||
desc "Font: neopixel-font-1764372129-0"
|
desc "Font: neopixel-font-1764372129-0"
|
||||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
class FontNewKansasBlackWisabo < Formula
|
class FontNewKansasBlackWisabo < 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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
class FontNugiaVintage < Formula
|
class FontNugiaVintage < 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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
class FontParasiteGame < Formula
|
class FontParasiteGame < 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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
class FontPatsySansGrotesque < Formula
|
class FontPatsySansGrotesque < 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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
class FontPixelCrashFont17643720710 < Formula
|
class FontPixelCrashFont17643720710 < Formula
|
||||||
desc "Font: pixel-crash-font-1764372071-0"
|
desc "Font: pixel-crash-font-1764372071-0"
|
||||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
class FontPixelGamerFont17643722390 < Formula
|
class FontPixelGamerFont17643722390 < Formula
|
||||||
desc "Font: pixel-gamer-font-1764372239-0"
|
desc "Font: pixel-gamer-font-1764372239-0"
|
||||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
class FontPixelGridFontFamily17643719820 < Formula
|
class FontPixelGridFontFamily17643719820 < Formula
|
||||||
desc "Font: pixel-grid-font-family-1764371982-0"
|
desc "Font: pixel-grid-font-family-1764371982-0"
|
||||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
class FontProjectSpace < Formula
|
class FontProjectSpace < 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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
class FontQraydomFont17643713450 < Formula
|
class FontQraydomFont17643713450 < Formula
|
||||||
desc "Font: qraydom-font-1764371345-0"
|
desc "Font: qraydom-font-1764371345-0"
|
||||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
homepage "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
class FontQuasimodaFamily < Formula
|
class FontQuasimodaFamily < 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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
class FontRigidLight < Formula
|
class FontRigidLight < 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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
class FontRockyMonkey < Formula
|
class FontRockyMonkey < 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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
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:8085/Fonts/homebrew-fonts"
|
||||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
url "http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "bac980fd4ed38cb23e2dd9a7fc282d4e25f83b71a620f2822f7da73349375444"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Create font directories
|
# Create font directories
|
||||||
|
|
|
||||||
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