phinze/homebrew-cask

View on GitHub
Casks/font/font-i/font-iosevka-ss09.rb

Summary

Maintainability
A
15 mins
Test Coverage
cask "font-iosevka-ss09" do
  version "31.6.0"
  sha256 "34056ddbd90c23e1c69c0bf5c18ef8708a4735c104bc7d125d5bd9aa8aaff9dc"

  url "https://github.com/be5invis/Iosevka/releases/download/v#{version}/SuperTTC-IosevkaSS09-#{version}.zip"
  name "Iosevka SS09"
  homepage "https://github.com/be5invis/Iosevka/"

  livecheck do
    url :url
    strategy :github_latest
  end

  font "IosevkaSS09.ttc"

  # No zap stanza required
end