phinze/homebrew-cask

View on GitHub
Casks/font/font-c/font-cascadia-mono-nf.rb

Summary

Maintainability
A
20 mins
Test Coverage
cask "font-cascadia-mono-nf" do
  version "2404.23"
  sha256 "a911410626c0e09d03fa3fdda827188fda96607df50fecc3c5fee5906e33251b"

  url "https://github.com/microsoft/cascadia-code/releases/download/v#{version}/CascadiaCode-#{version}.zip"
  name "Cascadia Mono NF"
  homepage "https://github.com/microsoft/cascadia-code"

  livecheck do
    url :url
    strategy :github_latest
  end

  font "ttf/CascadiaMonoNF.ttf"
  font "ttf/CascadiaMonoNFItalic.ttf"

  # No zap stanza required
end