mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-10 23:30:03 +02:00
21 lines
419 B
Bash
21 lines
419 B
Bash
# Copyright 2021-2024 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
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 ~loong ~riscv ~x86"
|
|
|
|
BDEPEND="app-arch/unzip"
|
|
|
|
FONT_SUFFIX="ttf"
|
|
FONT_S="${S}/TTF"
|
|
DOCS=( readme.txt )
|