phinze/homebrew-cask

View on GitHub
Casks/font/font-t/font-tengwar-formal-csur.rb

Summary

Maintainability
A
0 mins
Test Coverage
cask "font-tengwar-formal-csur" do
  version "11"
  sha256 "924c282f7f967ecf6ca81003d95d4355dcccda9cf3fb7afdc746cb9d8f8250c7"

  url "https://downloads.sourceforge.net/freetengwar/TengwarFormalCSUR#{version}.zip"
  name "Tengwar Formal CSUR"
  homepage "https://freetengwar.sourceforge.net/formal.html"

  livecheck do
    url :homepage
    regex(/href=.*?TengwarFormalCSUR(\d+)\.zip/i)
    strategy :page_match
  end

  font "TengwarFormalCSUR#{version}/TengwarFormalCSUR.ttf"

  # No zap stanza required
end