-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
media-fonts/lxgw-neo-xihei: add 1.108
- Loading branch information
1 parent
5555f08
commit 7927240
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Copyright 1999-2023 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" | ||
|
||
LICENSE="IPAfont" | ||
SLOT="0" | ||
KEYWORDS="~amd64" | ||
|
||
# Has to fall back to distdir until author offers tarball | ||
S="${DISTDIR}" | ||
FONT_SUFFIX="ttf" | ||
FONT_S="${DISTDIR}" |