2021-01-06 23:36:18 +03:00
|
|
|
# Copyright 1999-2021 Gentoo Authors
|
2015-02-20 23:28:22 +03:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2019-09-19 08:23:44 +03:00
|
|
|
EAPI=6
|
2015-02-20 23:28:22 +03:00
|
|
|
inherit font
|
|
|
|
FONTDIR="/usr/share/fonts/indic/${PN}"
|
|
|
|
FONT_SUFFIX="ttf"
|
|
|
|
|
|
|
|
DESCRIPTION="The Lohit Malayalam font"
|
2018-02-09 20:40:32 +03:00
|
|
|
HOMEPAGE="https://pagure.io/lohit"
|
|
|
|
SRC_URI="https://releases.pagure.org/lohit/${PN}-${FONT_SUFFIX}-${PV}.tar.gz"
|
2015-02-20 23:28:22 +03:00
|
|
|
|
|
|
|
LICENSE="OFL-1.1"
|
|
|
|
SLOT="0"
|
2021-01-06 23:36:18 +03:00
|
|
|
KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ppc64 s390 sparc x86 ~ppc-macos"
|
2015-02-20 23:28:22 +03:00
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
DEPEND="!<media-fonts/lohit-fonts-2.20150220"
|
|
|
|
RDEPEND="${DEPEND}"
|
|
|
|
|
|
|
|
RESTRICT="test binchecks"
|
|
|
|
S=${WORKDIR}/${PN}-${FONT_SUFFIX}-${PV}
|
|
|
|
FONT_S=${S}
|
|
|
|
FONT_CONF=( "67-${PN}.conf" )
|