26 lines
632 B
Bash
26 lines
632 B
Bash
# Copyright 1999-2018 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=0
|
|
|
|
inherit font
|
|
|
|
DESCRIPTION="Fonts for the Tibetan and Himalayan languages"
|
|
HOMEPAGE="http://www.thdl.org/"
|
|
SRC_URI="mirror://gentoo/TibetanMachineUnicodeFont-${PV}.zip"
|
|
#Original retrieved from:
|
|
#https://collab.itc.virginia.edu/access/content/group/26a34146-33a6-48ce-001e-f16ce7908a6a/Tibetan%20Fonts/Tibetan%20Unicode%20Fonts/TibetanMachineUnicodeFont.zip"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 x86"
|
|
IUSE=""
|
|
|
|
DEPEND="app-arch/unzip"
|
|
RDEPEND=""
|
|
|
|
S="${WORKDIR}"
|
|
FONT_S="${S}"
|
|
FONT_SUFFIX="ttf"
|
|
|
|
DOCS="ReadMe.txt"
|