media-fonts/yozai-font - 0.868 (gentoo-zh)

Search

Package Information

Description:
Yozai Font (悠哉字体) - A Chinese font derived from Y.OzFont
Homepage:
https://github.com/lxgw/yozai-font
License:
OFL-1.1

Ebuild Details

Version EAPI Keywords Slot
0.868 8 ~amd64 ~loong ~riscv ~x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit font

DESCRIPTION="Yozai Font (悠哉字体) - A Chinese font derived from Y.OzFont"
HOMEPAGE="https://github.com/lxgw/yozai-font"
SRC_URI="
	light? ( https://github.com/lxgw/yozai-font/releases/download/v${PV}/Yozai-Light.ttf -> ${PN}-light-${PV}.ttf )
	regular? ( https://github.com/lxgw/yozai-font/releases/download/v${PV}/Yozai-Regular.ttf -> ${P}.ttf )
	medium? ( https://github.com/lxgw/yozai-font/releases/download/v${PV}/Yozai-Medium.ttf -> ${PN}-medium-${PV}.ttf )
"

S="${WORKDIR}"
LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="~amd64 ~loong ~riscv ~x86"

IUSE="light +regular medium"

FONT_SUFFIX="ttf"

src_unpack() {
	use light && cp -v "${DISTDIR}/${PN}-light-${PV}.ttf" "Yozai-Light.ttf"
	use regular && cp -v "${DISTDIR}/${P}.ttf" "Yozai-Regular.ttf"
	use medium && cp -v "${DISTDIR}/${PN}-medium-${PV}.ttf" "Yozai-Medium.ttf"
}

USE Flags

regular
Default: Enabled (+)

Manifest for 0.868

Type File Size Source URLs
DIST yozai-font-0.868.ttf 15605374 bytes https://github.com/lxgw/yozai-font/releases/download/v0.868/Yozai-Regular.ttf
DIST yozai-font-light-0.868.ttf 15229134 bytes https://github.com/lxgw/yozai-font/releases/download/v0.868/Yozai-Light.ttf
DIST yozai-font-medium-0.868.ttf 15238394 bytes https://github.com/lxgw/yozai-font/releases/download/v0.868/Yozai-Medium.ttf