19 lines
505 B
Ruby
19 lines
505 B
Ruby
cask "font-symbols-only-nerd-font" do
|
|
version "3.2.1"
|
|
sha256 "bc59c2ea74d022a6262ff9e372fde5c36cd5ae3f82a567941489ecfab4f03d66"
|
|
|
|
url "https://github.com/ryanoasis/nerd-fonts/releases/download/v#{version}/NerdFontsSymbolsOnly.zip"
|
|
name "Symbols Nerd Font (Symbols Only)"
|
|
homepage "https://github.com/ryanoasis/nerd-fonts"
|
|
|
|
livecheck do
|
|
url :url
|
|
strategy :github_latest
|
|
end
|
|
|
|
font "SymbolsNerdFont-Regular.ttf"
|
|
font "SymbolsNerdFontMono-Regular.ttf"
|
|
|
|
# No zap stanza required
|
|
end
|