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/v${PV}.tar.gz -> ${P}.tar.gz"
18 S
="${WORKDIR}/${MY_PN}-${PV}"
27 # remove README to prevent it from being installed as doc
28 rm "${S}/README.md" || die
30 # mv font files from sub-dir to ${S}
31 mv "${S}"/Fonts
/*.ttf
"${S}"/ || die