phinze/homebrew-cask

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

Summary

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

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

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

  # No zap stanza required
end