pcaro90 / hermit

Hermit is a monospace font designed to be clear, pragmatic and very readable.
https://pcaro.es/p/hermit
SIL Open Font License 1.1
486 stars 26 forks source link

Homebrew Cask Fonts #29

Open pheeria opened 9 months ago

pheeria commented 9 months ago

Hola, Pablo 🖖

Thanks for the great font! Have you considered adding it to Homebrew Fonts? If you are not against it, I can file a PR thereto.

Cheers, Olzhas

pcaro90 commented 9 months ago

Hey there!

I'm afraid I'm not familiar with the Homebrew ecosystem, but sure thing, feel free to file a PR; thanks!

However, as far as I can tell, it seems Homebrew needs a direct link to the TTF file. For Hermit, I pack every format inside a tar.gz file (commited under /packages). Does it work?

pheeria commented 9 months ago

I honestly have no idea how it works yet, but I'll figure it out for the sake of automation convenience 😅 I think people are linking to zipped artifacts as well:

cask "font-martian-mono" do
  version "1.0.0"
  sha256 "82683f519651fb05e29d47d075f10e8db40ff5328a50e641e5c30f5fa94297b6"

  url "https://github.com/evilmartians/mono/releases/download/v#{version}/martian-mono-#{version}-otf.zip"
...
end