1 # Copyright 2021-2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
7 MY_PN
="open-huninn-font"
8 DESCRIPTION
="An opensource Chinese font by justfont, based on Kosugi Maru and Varela Round"
9 HOMEPAGE
="https://justfont.com/huninn/"
10 SRC_URI
="https://github.com/justfont/open-huninn-font/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
11 S
="${WORKDIR}/${MY_PN}-${PV}"
15 KEYWORDS
="~alpha ~amd64 ~arm ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
23 # Strip suffix of 1.1 vertion to ignore it
24 mv "${S}/font/${PN}-1.1.ttf" "${S}/font/${PN}-1.1" || die