mirror of
https://github.com/gentoo-mirror/gentoo-zh.git
synced 2025-04-10 11:58:43 -04:00
18 lines
493 B
Bash
18 lines
493 B
Bash
# Copyright 1999-2021 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
inherit font
|
|
|
|
DESCRIPTION="Those five TrueType fonts are transformed from cwTeX Traditional Chinese Type 1 fonts(Version 1.1)."
|
|
HOMEPAGE="https://code.google.com/p/cwtex-q-fonts/"
|
|
|
|
SRC_URI="https://github.com/l10n-tw/cwtex-q-fonts/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
|
LICENSE="GPL-2+"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 x86"
|
|
|
|
FONT_S="${S}/ttf"
|
|
FONT_SUFFIX="ttf"
|
|
RESTRICT="nostrip nomirror"
|