diff --git a/Formula/font-buffalo.rb b/Formula/font-buffalo.rb new file mode 100644 index 0000000..60ebe1a --- /dev/null +++ b/Formula/font-buffalo.rb @@ -0,0 +1,16 @@ + +class font-buffalo < 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" + + 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 diff --git a/font-buffalo.zip b/font-buffalo.zip new file mode 100644 index 0000000..af25da2 Binary files /dev/null and b/font-buffalo.zip differ