phinze/homebrew-cask

View on GitHub
Casks/font/font-t/font-tengwar-telcontar.rb

Summary

Maintainability
A
0 mins
Test Coverage
cask "font-tengwar-telcontar" do
  version "008"
  sha256 "f88780510e5c14f66e252fabce5d58febc7bec962d5c17f21ac82002ce85b925"

  url "https://downloads.sourceforge.net/freetengwar/TengwarTelcontar.#{version}.zip"
  name "Tengwar Telcontar"
  homepage "https://freetengwar.sourceforge.net/tengtelc.html"

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

  font "tengtelc.ttf"
  font "tengtelcb.ttf"

  # No zap stanza required
end