Files
guru/media-fonts/gohufont/gohufont-2.1_p20170627.ebuild
Alessandro Barbieri 81810d9918 media-fonts/gohufont: new package
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2021-05-10 02:56:26 +02:00

27 lines
559 B
Bash

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
FONT_SUFFIX="pcf.gz"
FONT_S=( . hidpi )
inherit font-ebdftopcf font
COMMIT="cc36b8c9fed7141763e55dcee0a97abffcf08224"
DESCRIPTION="A monospace bitmap font"
HOMEPAGE="
https://font.gohu.org
https://github.com/hchargois/gohufont
"
SRC_URI="
https://github.com/hchargois/gohufont/archive/${COMMIT}.tar.gz -> ${P}.tar.gz
"
S="${WORKDIR}/${PN}-${COMMIT}"
LICENSE="WTFPL-2"
SLOT="0"
KEYWORDS="~amd64"
src_compile() {
font-ebdftopcf_src_compile
}