phinze/homebrew-cask

View on GitHub
Casks/font/font-g/font-genshingothic.rb

Summary

Maintainability
A
1 hr
Test Coverage
cask "font-genshingothic" do
  version "20150607"
  sha256 "b8e00f00a6e2517bfe75ceb2a732b596fe002457b89c05c181d6b71373aada58"

  url "https://ftp.iij.ad.jp/pub/osdn.jp/users/8/8637/genshingothic-#{version}.zip",
      verified: "ftp.iij.ad.jp/pub/osdn.jp/users/"
  name "Gen Shin Gothic"
  homepage "http://jikasei.me/font/genshin/"

  livecheck do
    url :homepage
    regex(/href=.*genshingothic[._-]v?(\d+(?:\.\d+)*)\.zip"/i)
  end

  font "GenShinGothic-Bold.ttf"
  font "GenShinGothic-ExtraLight.ttf"
  font "GenShinGothic-Heavy.ttf"
  font "GenShinGothic-Light.ttf"
  font "GenShinGothic-Medium.ttf"
  font "GenShinGothic-Monospace-Bold.ttf"
  font "GenShinGothic-Monospace-ExtraLight.ttf"
  font "GenShinGothic-Monospace-Heavy.ttf"
  font "GenShinGothic-Monospace-Light.ttf"
  font "GenShinGothic-Monospace-Medium.ttf"
  font "GenShinGothic-Monospace-Normal.ttf"
  font "GenShinGothic-Monospace-Regular.ttf"
  font "GenShinGothic-Normal.ttf"
  font "GenShinGothic-P-Bold.ttf"
  font "GenShinGothic-P-ExtraLight.ttf"
  font "GenShinGothic-P-Heavy.ttf"
  font "GenShinGothic-P-Light.ttf"
  font "GenShinGothic-P-Medium.ttf"
  font "GenShinGothic-P-Normal.ttf"
  font "GenShinGothic-P-Regular.ttf"
  font "GenShinGothic-Regular.ttf"

  # No zap stanza required
end