1 # Copyright 1999-2022 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
9 DESCRIPTION="An open-source font that extends Reggae One to Chinese."
10 HOMEPAGE="https://github.com/Buernia/Tiejili"
11 SRC_URI="https://github.com/Buernia/Tiejili/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
17 S="${WORKDIR}/${MY_PN}-${PV}"
23 # remove README to prevent it from being installed as doc
24 rm "${S}/README.md" || die
26 # mv font files from sub-dir to ${S}
27 mv "${S}"/fonts/ttf/*.ttf "${S}"/ || die
28 mv "${S}"/fonts/otf/*.otf "${S}"/ || die