21 lines
660 B
Bash
21 lines
660 B
Bash
# Copyright 1999-2015 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/media-fonts/nuosu-sil/nuosu-sil-2.1.1.ebuild,v 1.1 2015/03/07 04:24:48 yngwin Exp $
|
|
|
|
EAPI=5
|
|
inherit font
|
|
|
|
DESCRIPTION="Unicode font for the standardized Yi script"
|
|
HOMEPAGE="http://scripts.sil.org/SILYi_home"
|
|
SRC_URI="http://scripts.sil.org/cms/scripts/render_download.php?site_id=nrsi&format=file&media_id=NuosuSIL${PV}.zip&filename=NuosuSIL${PV}.zip -> ${P}.zip"
|
|
|
|
LICENSE="OFL-1.1"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
|
IUSE=""
|
|
|
|
DEPEND="app-arch/unzip"
|
|
|
|
S="${WORKDIR}/NuosuSIL"
|
|
FONT_S="${S}"
|
|
FONT_SUFFIX="ttf"
|