homebrew-cask/Casks/font/font-i/font-iosevka.rb

26 lines
642 B
Ruby

cask "font-iosevka" do
version "30.2.0"
sha256 "efbc1d779676c74a0764d7d4746af9cae19a16c63a138da97c8ca49cfbd4f59a"
url "https://github.com/be5invis/Iosevka/releases/download/v#{version}/PkgTTC-Iosevka-#{version}.zip"
name "Iosevka"
homepage "https://github.com/be5invis/Iosevka/"
livecheck do
url :url
strategy :github_latest
end
font "Iosevka-Bold.ttc"
font "Iosevka-ExtraBold.ttc"
font "Iosevka-ExtraLight.ttc"
font "Iosevka-Heavy.ttc"
font "Iosevka-Light.ttc"
font "Iosevka-Medium.ttc"
font "Iosevka-Regular.ttc"
font "Iosevka-SemiBold.ttc"
font "Iosevka-Thin.ttc"
# No zap stanza required
end