13 lines
No EOL
540 B
Ruby
13 lines
No EOL
540 B
Ruby
# 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/api/v4/projects/Fonts%2Fhomebrew-fonts/repository/archive.tar.gz?sha=main"
|
|
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 |