media-fonts/maple-mono - 7.9 (gentoo-zh)

Search

Install

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

Package Information

Description:
Maple Mono: an open-source monospace font with ligatures and CJK support
Homepage:
https://github.com/subframe7536/maple-font
License:
OFL-1.1

Ebuild Details

Version EAPI Keywords Slot
7.9 8 ~amd64 ~arm64 ~loong ~riscv ~x86 0
View Raw Ebuild
# 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"

USE Flags

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

Global/Standard Flags

cjk
Default: Enabled (+)
nerdfont
Default: Enabled (+)

Inherited Eclasses

Dependencies

BDEPEND

app-arch/unzip

Manifest for 7.9

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