commit:     81810d9918660aaf2fabcce4af1c0237189c6429
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon May 10 00:43:33 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon May 10 00:56:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=81810d99

media-fonts/gohufont: new package

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 media-fonts/gohufont/Manifest                      |  1 +
 media-fonts/gohufont/gohufont-2.1_p20170627.ebuild | 26 ++++++++++++++++++++
 media-fonts/gohufont/metadata.xml                  | 28 ++++++++++++++++++++++
 3 files changed, 55 insertions(+)

diff --git a/media-fonts/gohufont/Manifest b/media-fonts/gohufont/Manifest
new file mode 100644
index 000000000..e3a804ca2
--- /dev/null
+++ b/media-fonts/gohufont/Manifest
@@ -0,0 +1 @@
+DIST gohufont-2.1_p20170627.tar.gz 93999 BLAKE2B 
9dfe0634153921ef6778be44c4b742aca2b9f1e0116a832a64e50521812d88bc1f7f0b00ec292ff2bd5de4db3d2a919bbe22e1bfe6c5426465eb718cf20b43ae
 SHA512 
b5e992d3e53fdafcc75ba7ca8d1bf6312ca0593582850b74d5ef583f61b16e950ccc4e4a13ea0b33d14a5db91adadf64fb2af4e335f56b8f8ee1b4b6c509055c

diff --git a/media-fonts/gohufont/gohufont-2.1_p20170627.ebuild 
b/media-fonts/gohufont/gohufont-2.1_p20170627.ebuild
new file mode 100644
index 000000000..d13f97a6f
--- /dev/null
+++ b/media-fonts/gohufont/gohufont-2.1_p20170627.ebuild
@@ -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
+}

diff --git a/media-fonts/gohufont/metadata.xml 
b/media-fonts/gohufont/metadata.xml
new file mode 100644
index 000000000..768ae4b4f
--- /dev/null
+++ b/media-fonts/gohufont/metadata.xml
@@ -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>[email protected]</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>

Reply via email to