remove ia64 keywords
[gentoo-zh.git] / media-fonts / iansui / iansui-1.000.ebuild
blob7e4239551d2d50b4ed2de6708c024165c793b163
1 # Copyright 1999-2022 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=7
6 inherit font
8 DESCRIPTION="An open-source Chinese font derived from Klee One (Fontworks)."
9 HOMEPAGE="https://github.com/ButTaiwan/iansui"
10 SRC_URI="https://github.com/ButTaiwan/iansui/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
12 LICENSE="OFL-1.1"
13 SLOT="0"
14 KEYWORDS="~amd64"
16 FONT_SUFFIX="ttf"
18 src_unpack() {
19 default
21 # remove README.md to prevent it from being installed as doc
22 rm "${S}/README.md" || die