phinze/homebrew-cask

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

Summary

Maintainability
A
15 mins
Test Coverage
cask "font-iosevka-etoile" do
  version "31.6.0"
  sha256 "5812eb21de1b92f6c573a4d6b67871587a797aedea16409fd0fb89f985e5bb60"

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

  livecheck do
    url :url
    strategy :github_latest
  end

  font "IosevkaEtoile.ttc"

  # No zap stanza required
end