mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-01-06 05:44:15 +01:00
24 lines
447 B
Bash
24 lines
447 B
Bash
# 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"
|