phinze/homebrew-cask

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

Summary

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

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

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

  # No zap stanza required
end