homebrew-cask/Casks/font/font-i/font-inconsolata-lgc.rb

21 lines
621 B
Ruby

cask "font-inconsolata-lgc" do
version "1.8.2"
sha256 "9c07234e925aebe1430d9df265d3ce0af91adea9983bd9c5fb11330334d1d22b"
url "https://github.com/MihailJP/Inconsolata-LGC/releases/download/LGC-#{version}/InconsolataLGC-#{version}.tar.xz"
name "Inconsolata LGC"
homepage "https://github.com/MihailJP/Inconsolata-LGC"
livecheck do
url :url
strategy :github_latest
end
font "InconsolataLGC/Inconsolata-LGC.ttf"
font "InconsolataLGC/Inconsolata-LGC-Bold.ttf"
font "InconsolataLGC/Inconsolata-LGC-Italic.ttf"
font "InconsolataLGC/Inconsolata-LGC-BoldItalic.ttf"
# No zap stanza required
end