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

EAPI=7

inherit font font-ebdftopcf

DESCRIPTION="Monospace bitmap font, primarily aimed at programmers"
HOMEPAGE="https://www.dcmembers.com/jibsen/download/61/"
SRC_URI="https://www.donationcoder.com/forum/index.php?action=dlattach;topic=36049.0;attach=78562 -> ${P}.zip"
S="${WORKDIR}/BDF/"

LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~riscv x86"
RESTRICT="strip binchecks"

BDEPEND="app-arch/unzip"

FONT_SUFFIX="pcf.gz"

src_compile() {
	font-ebdftopcf_src_compile
}