media-fonts/symbols-nerd-font - 3.5.0 (gentoo)

Search

Install

Install this version:

emerge -a =media-fonts/symbols-nerd-font-3.5.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-fonts/symbols-nerd-font-3.5.0

Or alternatively:

emerge --autounmask-write -a =media-fonts/symbols-nerd-font-3.5.0

Package Information

Description:
Symbols-only font containing the Nerd Font icons
Homepage:
https://www.nerdfonts.com/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
3.5.0 8 ~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86 0
View Raw Ebuild
# Copyright 2024-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

# Note: no interest in supporting building or packaging the full suite of
# fonts, only quickly added because x11-terms/kitty requires it -- if a
# Gentoo dev wants more, feel free to take over maintenance and re-arrange.

FONT_SUFFIX=ttf
inherit font

DESCRIPTION="Symbols-only font containing the Nerd Font icons"
HOMEPAGE="https://www.nerdfonts.com/"
SRC_URI="
	https://github.com/ryanoasis/nerd-fonts/releases/download/v${PV}/NerdFontsSymbolsOnly.zip
		-> ${P}.zip
"
S=${WORKDIR}

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"

BDEPEND="app-arch/unzip"

Inherited Eclasses

Dependencies

BDEPEND

app-arch/unzip

Manifest for 3.5.0

Type File Size Source URLs
DIST symbols-nerd-font-3.5.0.zip 2992964 bytes https://github.com/ryanoasis/nerd-fonts/releases/download/v3.5.0/NerdFontsSymbolsOnly.zip