From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- media-fonts/dina/dina-2.93.ebuild | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 media-fonts/dina/dina-2.93.ebuild (limited to 'media-fonts/dina/dina-2.93.ebuild') diff --git a/media-fonts/dina/dina-2.93.ebuild b/media-fonts/dina/dina-2.93.ebuild new file mode 100644 index 000000000000..5e32d170d725 --- /dev/null +++ b/media-fonts/dina/dina-2.93.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit font font-ebdftopcf + +DESCRIPTION="A monospace bitmap font, primarily aimed at programmers" +HOMEPAGE="http://www.donationcoder.com/Software/Jibz/Dina/index.html" +SRC_URI="http://www.donationcoder.com/forum/index.php?action=dlattach;topic=36049.0;attach=78562 -> ${P}.zip" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="app-arch/unzip" + +S=${WORKDIR}/BDF/ +FONT_S=${S}/ +FONT_SUFFIX="pcf.gz" +RESTRICT="strip binchecks" + +src_compile() { + font-ebdftopcf_src_compile +} -- cgit v1.2.3