phinze/homebrew-cask

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

Summary

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

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

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

  # No zap stanza required
end