phinze/homebrew-cask

View on GitHub
Casks/font/font-m/font-migmix-1p.rb

Summary

Maintainability
A
1 hr
Test Coverage
cask "font-migmix-1p" do
  version "2020.0307"
  sha256 "586660e48dc24f95c6fed49852eedb0185485ffc731cc4128acd10fd98813b8c"

  url "https://github.com/itouhiro/mixfont-mplus-ipa/releases/download/v#{version}/migmix-1p-#{version.no_dots}.zip",
      verified: "github.com/itouhiro/mixfont-mplus-ipa/"
  name "MigMix 1P"
  homepage "https://itouhiro.github.io/mixfont-mplus-ipa/migmix/"

  livecheck do
    url :homepage
    strategy :page_match do |page|
      page.scan(/href=.*migmix-1p[._-]v?(\d+(?:\.\d+)*)\.zip"/i)
          .map { |match| match[0].insert(4, ".") }
    end
  end

  font "migmix-1p-#{version.no_dots}/migmix-1p-bold.ttf"
  font "migmix-1p-#{version.no_dots}/migmix-1p-regular.ttf"

  # No zap stanza required
end