phinze/homebrew-cask

View on GitHub
Casks/font/font-e/font-ebh.rb

Summary

Maintainability
A
0 mins
Test Coverage
cask "font-ebh" do
  version "1.0.0"
  sha256 "6787471d7766a8be31f2e601620e402ff43bafd183d626a8df75767e91052af3"

  url "https://exeterbookhand.com/EBH-v#{version}.zip"
  name "EBH"
  name "Exeter Book Hand"
  homepage "https://exeterbookhand.com/"

  livecheck do
    url :homepage
    regex(%r{href=.*/EBH[-_.]v(\d+(?:\.\d+)+)\.zip}i)
  end

  font "EBH-v#{version}/EBH Alternates.otf"
  font "EBH-v#{version}/EBH Facsimile.otf"
  font "EBH-v#{version}/EBH Initials.otf"
  font "EBH-v#{version}/EBH Runes.otf"

  # No zap stanza required
end