1 # Copyright 1999-2023 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
10 DESCRIPTION
="A font family for CJK symbols and punctuation, derived from Noto Sans."
11 HOMEPAGE
="https://github.com/Buernia/Zhudou-Sans"
12 SRC_URI
="https://github.com/Buernia/Zhudou-Sans/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
14 S
="${WORKDIR}/${MY_PN}-${PV}"
24 # remove README.md to prevent it from being installed as doc
25 rm "${S}/README.md" || die
27 # mv font files from sub-dirs to ${S}
28 mv "${S}"/fonts
/ttf
/*.ttf
"${S}"/ || die
29 mv "${S}"/fonts
/variable
/*.ttf
"${S}"/ || die