phinze/homebrew-cask

View on GitHub
Casks/font/font-d/font-dashicons.rb

Summary

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

  url "https://github.com/WordPress/dashicons/raw/master/icon-font/fonts/dashicons.ttf",
      verified: "github.com/WordPress/dashicons/"
  name "Dashicons"
  homepage "https://developer.wordpress.org/resource/dashicons"

  deprecate! date: "2024-02-18", because: :discontinued

  font "dashicons.ttf"

  # No zap stanza required
end