gentoo-zh/media-fonts/iansui/iansui-1.000.ebuild
2023-11-15 08:43:35 +08:00

24 lines
527 B
Bash

# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit font
DESCRIPTION="An open-source Chinese font derived from Klee One (Fontworks)."
HOMEPAGE="https://github.com/ButTaiwan/iansui"
SRC_URI="https://github.com/ButTaiwan/iansui/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="~amd64"
FONT_SUFFIX="ttf"
src_unpack() {
default
# remove README.md to prevent it from being installed as doc
rm "${S}/README.md" || die
}