mirror of
https://github.com/gentoo-mirror/gentoo-zh.git
synced 2025-04-17 23:18:49 -04:00
20 lines
489 B
Bash
20 lines
489 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
inherit font
|
|
|
|
DESCRIPTION="A Chinese sans-serif font derived from IPAex Gothic."
|
|
HOMEPAGE="https://github.com/lxgw/LxgwNeoXiHei"
|
|
SRC_URI="https://github.com/lxgw/LxgwNeoXiHei/releases/download/v${PV}/LXGWNeoXiHei.ttf"
|
|
S="${DISTDIR}"
|
|
|
|
LICENSE="IPAfont"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64"
|
|
|
|
# Has to fall back to distdir until author offers tarball
|
|
FONT_SUFFIX="ttf"
|
|
FONT_S="${DISTDIR}"
|