mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-04-26 22:41:26 +02:00
Added consolas font patched with nerdfont
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit font git-r3
|
||||
|
||||
DESCRIPTION="Consolas patched with Nerd Fonts"
|
||||
HOMEPAGE="https://github.com/ongyx/consolas-nf"
|
||||
EGIT_REPO_URI="https://github.com/ongyx/consolas-nf"
|
||||
EGIT_BRANCH="master"
|
||||
EGIT_SUBMODULES=()
|
||||
|
||||
LICENSE="Propriety"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
S="${WORKDIR}/${PF}"
|
||||
FONT_SUFFIX="ttf"
|
||||
Reference in New Issue
Block a user