app-crypt/etoken-sac: fix eutils EAPI 7
[gentoo-zh.git] / media-fonts / iansui / iansui-1.000.ebuild
blob4f91bf721aa957494996612edb2099ba3950678b
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"
15 IUSE=""
17 RDEPEND=""
18 DEPEND=""
19 BDEPEND=""
20 FONT_SUFFIX="ttf"
22 src_unpack() {
23         default
25         # remove README.md to prevent it from being installed as doc
26         rm "${S}/README.md" || die