Install this version:
emerge -a =media-fonts/firge-0.3.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-fonts/firge-0.3.0
Or alternatively:
emerge --autounmask-write -a =media-fonts/firge-0.3.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.3.0 | 8 | ~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 | 0 |
# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit font
MY_PV="v${PV}"
MY_P="Firge_${MY_PV}"
MY_P_NF="FirgeNerd_${MY_PV}"
DESCRIPTION="Firge is a composite font of Fira Mono and GenShin-Gothic."
HOMEPAGE="https://github.com/yuru7/Firge"
SRC_URI="
https://github.com/yuru7/Firge/releases/download/${MY_PV}/${MY_P}.zip
https://github.com/yuru7/Firge/releases/download/${MY_PV}/${MY_P_NF}.zip
"
S="${WORKDIR}"
FONT_SUFFIX="ttf"
LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
BDEPEND="app-arch/unzip"
src_install() {
mv ${MY_P}/* ${MY_P_NF}/* . || die
font_src_install
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | FirgeNerd_v0.3.0.zip | 16284753 bytes | https://github.com/yuru7/Firge/releases/download/v0.3.0/FirgeNerd_v0.3.0.zip |
| DIST | Firge_v0.3.0.zip | 23908237 bytes | https://github.com/yuru7/Firge/releases/download/v0.3.0/Firge_v0.3.0.zip |