Remove test font

This commit is contained in:
Matt Troutman 2025-04-04 22:08:59 -05:00
parent 6f3f3c3cc0
commit 958841d781
No known key found for this signature in database
4 changed files with 1 additions and 26 deletions

3
.gitmodules vendored
View file

@ -1,3 +0,0 @@
[submodule "fonts/test"]
path = fonts/test
url = http://clancy.genet-godzilla.ts.net:3002/fishy/homebrew-font-test.git

View file

@ -1,15 +0,0 @@
class FontTest < Formula
desc "Test font"
homepage "http://clancy.genet-godzilla.ts.net:3002/fishy/homebrew-font-test"
url "http://clancy.genet-godzilla.ts.net:3002/fishy/homebrew-font-test/raw/branch/main/test.zip"
sha256 "b6de15290696645b8cb5a6a96f9124f0a87e65f85b23f7369f4e412c67306c59"
version "1.0.0"
def install
(share/"fonts").install Dir["*.zip"]
end
test do
assert_predicate share/"fonts/#test.#zip", :exist?
end
end

View file

@ -1,9 +1,3 @@
{
"fonts": [
{
"name": "test",
"path": "fonts/test",
"formula": "font-test"
}
]
"fonts": []
}

@ -1 +0,0 @@
Subproject commit 68f09e1435eaf27c7bad8e3c48ca3c3f2a1c662c