summaryrefslogtreecommitdiff
blob: 32740734799dc4add9382cdc0e9e0c7059c4c6dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit font

DESCRIPTION="Hebrew open source multiscript font"
HOMEPAGE="http://alef.hagilda.com/"
SRC_URI="http://alef.hagilda.com/Alef.zip"
S="${WORKDIR}"

LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="~amd64 ~riscv ~x86"

BDEPEND="app-arch/unzip"

FONT_SUFFIX="ttf"
FONT_S="${S}/TTF"
DOCS=( readme.txt )