media-fonts/chocolate-classical - 1.005 (gentoo-zh)

Search

Install

Install this version:

emerge -a =media-fonts/chocolate-classical-1.005

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-fonts/chocolate-classical-1.005

Or alternatively:

emerge --autounmask-write -a =media-fonts/chocolate-classical-1.005

Package Information

Description:
Traditional Chinese font based on Source Han Sans with classical glyphs
Homepage:
https://github.com/MoonlitOwen/ChocolateSans
License:
OFL-1.1

Ebuild Details

Version EAPI Keywords Slot
1.005 8 ~amd64 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit font

COMMIT="da53f36e4d09712999369a0f62c698958e5f513c"

DESCRIPTION="Traditional Chinese font based on Source Han Sans with classical glyphs"
HOMEPAGE="https://github.com/MoonlitOwen/ChocolateSans"
SRC_URI="https://github.com/MoonlitOwen/ChocolateSans/raw/${COMMIT}/fonts/ttf/ChocolateClassicalSans-Regular.ttf -> ${P}.ttf"
S="${WORKDIR}"

LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="~amd64"

FONT_SUFFIX="ttf"

src_unpack() {
	cp "${DISTDIR}/${P}.ttf" "${S}/ChocolateClassicalSans-Regular.ttf" || die
}

Inherited Eclasses

Manifest for 1.005

Type File Size Source URLs
DIST chocolate-classical-1.005.ttf 12183000 bytes https://github.com/MoonlitOwen/ChocolateSans/raw/da53f36e4d09712999369a0f62c698958e5f513c/fonts/ttf/ChocolateClassicalSans-Regular.ttf