phinze/homebrew-cask

View on GitHub
Casks/font/font-n/font-noto-serif-ethiopic.rb

Summary

Maintainability
A
2 hrs
Test Coverage
cask "font-noto-serif-ethiopic" do
  version :latest
  sha256 :no_check

  url "https://noto-website-2.storage.googleapis.com/pkgs/NotoSerifEthiopic-unhinted.zip",
      verified: "noto-website-2.storage.googleapis.com/"
  name "Noto Serif Ethiopic"
  homepage "https://www.google.com/get/noto/#serif-ethi"

  font "NotoSerifEthiopic-Black.ttf"
  font "NotoSerifEthiopic-Bold.ttf"
  font "NotoSerifEthiopic-Condensed.ttf"
  font "NotoSerifEthiopic-CondensedBlack.ttf"
  font "NotoSerifEthiopic-CondensedBold.ttf"
  font "NotoSerifEthiopic-CondensedExtraBold.ttf"
  font "NotoSerifEthiopic-CondensedExtraLight.ttf"
  font "NotoSerifEthiopic-CondensedLight.ttf"
  font "NotoSerifEthiopic-CondensedMedium.ttf"
  font "NotoSerifEthiopic-CondensedSemiBold.ttf"
  font "NotoSerifEthiopic-CondensedThin.ttf"
  font "NotoSerifEthiopic-ExtraBold.ttf"
  font "NotoSerifEthiopic-ExtraCondensed.ttf"
  font "NotoSerifEthiopic-ExtraCondensedBlack.ttf"
  font "NotoSerifEthiopic-ExtraCondensedBold.ttf"
  font "NotoSerifEthiopic-ExtraCondensedExtraBold.ttf"
  font "NotoSerifEthiopic-ExtraCondensedExtraLight.ttf"
  font "NotoSerifEthiopic-ExtraCondensedLight.ttf"
  font "NotoSerifEthiopic-ExtraCondensedMedium.ttf"
  font "NotoSerifEthiopic-ExtraCondensedSemiBold.ttf"
  font "NotoSerifEthiopic-ExtraCondensedThin.ttf"
  font "NotoSerifEthiopic-ExtraLight.ttf"
  font "NotoSerifEthiopic-Light.ttf"
  font "NotoSerifEthiopic-Medium.ttf"
  font "NotoSerifEthiopic-Regular.ttf"
  font "NotoSerifEthiopic-SemiBold.ttf"
  font "NotoSerifEthiopic-SemiCondensed.ttf"
  font "NotoSerifEthiopic-SemiCondensedBlack.ttf"
  font "NotoSerifEthiopic-SemiCondensedBold.ttf"
  font "NotoSerifEthiopic-SemiCondensedExtraBold.ttf"
  font "NotoSerifEthiopic-SemiCondensedExtraLight.ttf"
  font "NotoSerifEthiopic-SemiCondensedLight.ttf"
  font "NotoSerifEthiopic-SemiCondensedMedium.ttf"
  font "NotoSerifEthiopic-SemiCondensedSemiBold.ttf"
  font "NotoSerifEthiopic-SemiCondensedThin.ttf"
  font "NotoSerifEthiopic-Thin.ttf"

  # No zap stanza required
end