homebrew-cask/Casks/font/font-c/font-comic-shanns-mono-nerd...

23 lines
719 B
Ruby

cask "font-comic-shanns-mono-nerd-font" do
version "3.2.1"
sha256 "46fff4ae86377c7d4d28343ec24566eeb9e58c700beedb272160f6ea3567519b"
url "https://github.com/ryanoasis/nerd-fonts/releases/download/v#{version}/ComicShannsMono.zip"
name "ComicShannsMono Nerd Font (Comic Shanns Mono)"
homepage "https://github.com/ryanoasis/nerd-fonts"
livecheck do
url :url
strategy :github_latest
end
font "ComicShannsMonoNerdFont-Bold.otf"
font "ComicShannsMonoNerdFont-Regular.otf"
font "ComicShannsMonoNerdFontMono-Bold.otf"
font "ComicShannsMonoNerdFontMono-Regular.otf"
font "ComicShannsMonoNerdFontPropo-Bold.otf"
font "ComicShannsMonoNerdFontPropo-Regular.otf"
# No zap stanza required
end