Remove buffalo font
This commit is contained in:
parent
dd53c05988
commit
6f3f3c3cc0
2 changed files with 0 additions and 22 deletions
|
|
@ -1,17 +0,0 @@
|
|||
|
||||
class FontBuffalo < Formula
|
||||
desc "A custom font"
|
||||
homepage "https://github.com/trtmn-fonts/homebrew-fonts"
|
||||
url "https://github.com/trtmn-fonts/homebrew-fonts/blob/main/font-buffalo/font-buffalo.zip"
|
||||
sha256 "b6de15290696645b8cb5a6a96f9124f0a87e65f85b23f7369f4e412c67306c59"
|
||||
version "1.0.0"
|
||||
|
||||
def install
|
||||
(share/"fonts").install "Buffalo.otf"
|
||||
end
|
||||
|
||||
test do
|
||||
# Test installation by checking that the font exists
|
||||
system "fc-list | grep 'Buffalo'"
|
||||
end
|
||||
end
|
||||
|
|
@ -1,10 +1,5 @@
|
|||
{
|
||||
"fonts": [
|
||||
{
|
||||
"name": "buffalo",
|
||||
"path": "fonts/buffalo",
|
||||
"formula": "font-buffalo"
|
||||
},
|
||||
{
|
||||
"name": "test",
|
||||
"path": "fonts/test",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue