phinze/homebrew-cask

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

Summary

Maintainability
B
4 hrs
Test Coverage
cask "font-noto-sans-arabic" do
  version :latest
  sha256 :no_check

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

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

  # No zap stanza required
end