Install this version:
emerge -a =media-fonts/maple-mono-7.9
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-fonts/maple-mono-7.9
Or alternatively:
emerge --autounmask-write -a =media-fonts/maple-mono-7.9
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit font
DESCRIPTION="Maple Mono: an open-source monospace font with ligatures and CJK support"
HOMEPAGE="https://github.com/subframe7536/maple-font"
SRC_URI="
cjk? (
nerdfont? (
https://github.com/subframe7536/maple-font/releases/download/v${PV}/MapleMono-NF-CN.zip
-> ${P}-nf-cn.zip
)
!nerdfont? (
https://github.com/subframe7536/maple-font/releases/download/v${PV}/MapleMono-CN.zip
-> ${P}-cn.zip
)
)
!cjk? (
nerdfont? (
https://github.com/subframe7536/maple-font/releases/download/v${PV}/MapleMono-NF.zip
-> ${P}-nf.zip
)
!nerdfont? (
https://github.com/subframe7536/maple-font/releases/download/v${PV}/MapleMono-TTF.zip
-> ${P}.zip
)
)
"
S="${WORKDIR}"
LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
IUSE="+cjk +nerdfont"
FONT_SUFFIX="ttf"
BDEPEND="app-arch/unzip"
Manage flags for this package:
euse -i <flag> -p media-fonts/maple-mono |
euse -E <flag> -p media-fonts/maple-mono |
euse -D <flag> -p media-fonts/maple-mono
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | maple-mono-7.9-cn.zip | 140799242 bytes | https://github.com/subframe7536/maple-font/releases/download/v7.9/MapleMono-CN.zip |
| DIST | maple-mono-7.9-nf-cn.zip | 159498447 bytes | https://github.com/subframe7536/maple-font/releases/download/v7.9/MapleMono-NF-CN.zip |
| DIST | maple-mono-7.9-nf.zip | 21151049 bytes | https://github.com/subframe7536/maple-font/releases/download/v7.9/MapleMono-NF.zip |
| DIST | maple-mono-7.9.zip | 1845297 bytes | https://github.com/subframe7536/maple-font/releases/download/v7.9/MapleMono-TTF.zip |