phinze/homebrew-cask

View on GitHub
Casks/font/font-c/font-courier-prime-code.rb

Summary

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

  url "https://quoteunquoteapps.com/courierprime/downloads/courier-prime-code.zip"
  name "Courier Prime Code"
  homepage "https://quoteunquoteapps.com/courierprime/#code-sans"

  font "ttf/Courier Prime Code Italic.ttf"
  font "ttf/Courier Prime Code.ttf"

  # No zap stanza required
end