gentoo-ebuilds/media-fonts/symbols-nerd-font/symbols-nerd-font-3.4.0.ebuild
Ionen Wolkens f636691135
media-fonts/symbols-nerd-font: stabilize 3.4.0 for ALLARCHES
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2025-05-14 10:09:05 -04:00

25 lines
688 B
Bash

# 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 ~ppc64 ~riscv x86"
BDEPEND="app-arch/unzip"