mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-10 07:04:13 +02:00
25 lines
688 B
Bash
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"
|