media-fonts/zhudou - 2.000 (gentoo-zh)

Search

Package Information

Description:
A font family for CJK symbols and punctuation, derived from Noto Sans.
Homepage:
https://github.com/Buernia/Zhudou-Sans
License:
OFL-1.1

Ebuild Details

Version EAPI Keywords Slot
2.000 7 ~amd64 0
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit font

MY_PN="Zhudou-Sans"

DESCRIPTION="A font family for CJK symbols and punctuation, derived from Noto Sans."
HOMEPAGE="https://github.com/Buernia/Zhudou-Sans"
SRC_URI="https://github.com/Buernia/Zhudou-Sans/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="~amd64"

FONT_SUFFIX="ttf"

src_unpack() {
	default

	# remove README.md to prevent it from being installed as doc
	rm "${S}/README.md" || die

	# mv font files from sub-dirs to ${S}
	mv "${S}"/fonts/ttf/*.ttf "${S}"/ || die
	mv "${S}"/fonts/variable/*.ttf "${S}"/ || die
}

Manifest for 2.000

Type File Size Source URLs
DIST zhudou-2.000.tar.gz 1141785 bytes https://github.com/Buernia/Zhudou-Sans/archive/refs/tags/v2.000.tar.gz