16 lines
430 B
Bash
16 lines
430 B
Bash
# Copyright 1999-2015 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=5
|
|
inherit font
|
|
|
|
DESCRIPTION="Extensive remake of freely available URW fonts"
|
|
HOMEPAGE="http://www.gust.org.pl/projects/e-foundry/tex-gyre"
|
|
SRC_URI="${HOMEPAGE}/whole/tg-${PV}otf.zip"
|
|
|
|
LICENSE="|| ( GFL LPPL-1.3c )" # legally equivalent
|
|
SLOT="0"
|
|
KEYWORDS="alpha ~amd64 ~arm ~hppa ~x86"
|
|
|
|
S=${WORKDIR}
|
|
FONT_SUFFIX="otf"
|