blob: db8fc6cefd725179c38b670474f17da4a58e1f50 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit font
DESCRIPTION="KACST Arabic TrueType Fonts"
HOMEPAGE="https://www.arabeyes.org/Khotot https://gitlab.com/arabeyes-art/khotot"
SRC_URI="mirror://sourceforge/arabeyes/${P//-/_}.tar.bz2"
S="${WORKDIR}/KacstArabicFonts-${PV}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~riscv ~s390 ~sparc x86"
IUSE=""
FONT_SUFFIX="ttf"
|