mirror of
https://github.com/gentoo-mirror/gentoo-zh.git
synced 2025-04-10 11:58:43 -04:00
24 lines
527 B
Bash
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
|
|
}
|