phinze/homebrew-cask

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

Summary

Maintainability
A
0 mins
Test Coverage
cask "font-noto-sans-tagbanwa" do
  version :latest
  sha256 :no_check

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

  font "NotoSansTagbanwa-Regular.ttf"

  # No zap stanza required
end