summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2021-09-11 13:00:46 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2021-09-11 13:00:53 +0300
commit0e2d08985d73d79372309d1ab425311d8c2d26ca (patch)
tree4b9d161ef914e5e8026e545f804f4f6d65b40b28 /media-fonts/alef/alef-1.ebuild
parentwww-client/vivaldi-snapshot: Drop old 4.2.2392.3 (diff)
downloadgentoo-0e2d08985d73d79372309d1ab425311d8c2d26ca.tar.gz
gentoo-0e2d08985d73d79372309d1ab425311d8c2d26ca.tar.bz2
gentoo-0e2d08985d73d79372309d1ab425311d8c2d26ca.zip
media-fonts/alef: initial import
Useful font for the Hebrew language, starting to be used as the official font for documents. Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'media-fonts/alef/alef-1.ebuild')
-rw-r--r--media-fonts/alef/alef-1.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/media-fonts/alef/alef-1.ebuild b/media-fonts/alef/alef-1.ebuild
new file mode 100644
index 000000000000..63e750e149c3
--- /dev/null
+++ b/media-fonts/alef/alef-1.ebuild
@@ -0,0 +1,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 ~x86"
+
+BDEPEND="app-arch/unzip"
+
+FONT_SUFFIX="ttf"
+FONT_S="${S}/TTF"
+DOCS=( readme.txt )