media-fonts/gohufont: new package

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-05-10 02:43:33 +02:00
parent e6f6e4b931
commit 81810d9918
3 changed files with 55 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST gohufont-2.1_p20170627.tar.gz 93999 BLAKE2B 9dfe0634153921ef6778be44c4b742aca2b9f1e0116a832a64e50521812d88bc1f7f0b00ec292ff2bd5de4db3d2a919bbe22e1bfe6c5426465eb718cf20b43ae SHA512 b5e992d3e53fdafcc75ba7ca8d1bf6312ca0593582850b74d5ef583f61b16e950ccc4e4a13ea0b33d14a5db91adadf64fb2af4e335f56b8f8ee1b4b6c509055c

View File

@@ -0,0 +1,26 @@
# 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
}

View File

@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<description>co-maintainers welcome</description>
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<longdescription lang="en">
Gohufont is a monospace bitmap font well suited for programming and terminal use. It is intended to be very legible and offers very discernable glyphs for all characters, including signs and symbols.
The small 11 px version is perfect for laptops and netbooks as it enables to fit more text into their small screens. The 14 px is ideal for desktop screens where you sit farther away from it and the 11 px would be too small.
Features
Legible
The most important goal of Gohufont is to be as legible as possible. Capitals and ascenders are tall, and rounded characters are very crisp thanks to small serifs.
Non-ambiguous
I wanted to make Gohufont's glyphs very different from one another, so that there could be no ambiguity. The zero is dashed, l, I and 1 share no similarity, curly brackets are very distinct from parentheses, etc.
</longdescription>
<upstream>
<bugs-to>https://github.com/hchargois/gohufont/issues</bugs-to>
<remote-id type="github">hchargois/gohufont</remote-id>
</upstream>
</pkgmetadata>