You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-fonts/sil-arabicfonts/sil-arabicfonts-2.100.ebuild

32 lines
747 B

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
MY_P1="Scheherazade-${PV}"
MY_P2="LateefGR-1.200"
inherit font
DESCRIPTION="SIL Opentype Unicode fonts for Arabic Languages"
HOMEPAGE="http://scripts.sil.org/ArabicFonts"
SRC_URI="https://software.sil.org/downloads/r/scheherazade/${MY_P1}.zip
https://software.sil.org/downloads/r/lateef/${MY_P2}.zip"
LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
DEPEND="app-arch/unzip"
RDEPEND=""
IUSE=""
DOCS="FONTLOG.txt OFL-FAQ.txt"
FONT_SUFFIX="ttf"
FONT_S="${S}"
src_unpack() {
default
mv "${MY_P1}" "${P}" || die
mv "${MY_P2}/LateefGR-Regular.ttf" "${P}" || die
}