Update Homebrew formula generator to use new archive URL and adjust file paths for font installation. Add tap configuration for Genet Godzilla fonts.
This commit is contained in:
parent
b01b74c595
commit
8d5f0f3f90
2 changed files with 18 additions and 5 deletions
13
.fontfoldercleanup/tap_config.rb
Normal file
13
.fontfoldercleanup/tap_config.rb
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Tap configuration for genet-godzilla/fonts
|
||||
class GenetGodzillaFonts < Formula
|
||||
desc "Font collection from Genet Godzilla"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/-/archive/main/homebrew-fonts-main.tar.gz"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
def install
|
||||
# This is a meta-formula that doesn't install anything
|
||||
# It's used to set up the tap configuration
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue