phinze/homebrew-cask

View on GitHub
Casks/font/font-j/font-junction.rb

Summary

Maintainability
A
0 mins
Test Coverage
cask "font-junction" do
  version :latest
  sha256 :no_check

  url "https://github.com/theleagueof/junction/archive/refs/heads/master.tar.gz",
      verified: "github.com/theleagueof/junction/"
  name "Junction"
  homepage "https://www.theleagueofmoveabletype.com/junction"

  font "junction-master/Junction-bold.otf"
  font "junction-master/Junction-light.otf"
  font "junction-master/Junction-regular.otf"

  # No zap stanza required
end