mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 05:23:01 -04:00
media-fonts/firacode-nerdfont: new package, add 2.2.2
Signed-off-by: Rahul Sandhu <rahul@sandhuservices.dev>
This commit is contained in:
19
media-fonts/firacode-nerdfont/firacode-nerdfont-2.2.2.ebuild
Normal file
19
media-fonts/firacode-nerdfont/firacode-nerdfont-2.2.2.ebuild
Normal file
@@ -0,0 +1,19 @@
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit font
|
||||
|
||||
DESCRIPTION="A free and open-source typeface for developers"
|
||||
HOMEPAGE="https://github.com/ryanoasis/nerd-fonts"
|
||||
SRC_URI="https://github.com/ryanoasis/nerd-fonts/releases/download/v${PV}/FiraCode.zip -> ${P}.zip"
|
||||
|
||||
LICENSE="OFL-1.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
BDEPEND="app-arch/unzip"
|
||||
|
||||
S="${WORKDIR}"
|
||||
FONT_SUFFIX="ttf"
|
||||
Reference in New Issue
Block a user