phinze/homebrew-cask

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

Summary

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

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

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

  # No zap stanza required
end