mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-13 00:28:15 +02:00
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/38165 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
19 lines
452 B
Bash
19 lines
452 B
Bash
# Copyright 1999-2024 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
inherit font
|
|
|
|
DESCRIPTION="Unicode font for the standardized Yi script"
|
|
HOMEPAGE="https://software.sil.org/nuosu/"
|
|
SRC_URI="https://software.sil.org/downloads/r/nuosu/NuosuSIL-${PV}.zip"
|
|
S="${WORKDIR}/NuosuSIL-${PV}"
|
|
|
|
LICENSE="OFL-1.1"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
|
|
|
|
BDEPEND="app-arch/unzip"
|
|
|
|
FONT_SUFFIX="ttf"
|