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

Search

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.4.0 8 amd64 arm64 ~loong ~ppc64 ~riscv x86 0
View Raw Ebuild
# Copyright 2024-2025 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"

Dependencies

BDEPEND

app-arch/unzip

Manifest for 3.4.0

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