diff options
author | Matthew Smith <matthew@gentoo.org> | 2022-09-09 09:58:13 +0100 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2022-09-09 10:46:46 +0100 |
commit | 387891b6c344327fc6f146f8cb7e8930706ecbd0 (patch) | |
tree | 284edbfbe798edf2751b8528a8985cbfd375c3fb /media-fonts | |
parent | dev-vcs/stagit: drop 1.1 (diff) | |
download | gentoo-387891b6c344327fc6f146f8cb7e8930706ecbd0.tar.gz gentoo-387891b6c344327fc6f146f8cb7e8930706ecbd0.tar.bz2 gentoo-387891b6c344327fc6f146f8cb7e8930706ecbd0.zip |
media-fonts/gofont-mono: add 2.010
Closes: https://bugs.gentoo.org/703428
Suggested-by: Joakim Tjernlund <joakim.tjernlund@infinera.com>
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'media-fonts')
-rw-r--r-- | media-fonts/gofont-mono/Manifest | 1 | ||||
-rw-r--r-- | media-fonts/gofont-mono/gofont-mono-2.010.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/media-fonts/gofont-mono/Manifest b/media-fonts/gofont-mono/Manifest index 8e0900c1d09d..31c4a7eec2b6 100644 --- a/media-fonts/gofont-mono/Manifest +++ b/media-fonts/gofont-mono/Manifest @@ -1 +1,2 @@ DIST gofont-mono-0_pre20220306.tar.xz 157504 BLAKE2B 8eb8648d5300835fc59df73db9f19d7064bb2ba2df9a1b18c9f22ad217c20ff12681e64080c600ed7b604c007d12bdd5aed98b36e3637c27ca3a66a1c48b8f78 SHA512 09e682c0c9c16402e75bc60da2a8136af78dc433c06261cd23047a1ba219f1b495464f3798f3f8fcc809cc68b993497613dd235b254f69bf3f5399b8d62dbecd +DIST gofont-mono-2.010.tar.xz 385424 BLAKE2B 221c58feedd353aff6ef935109fdccb2cfe5745d116a3575a2df11d188154e0b8c460a2bd512c4db5bb1286593ee6258daab2b48570922e3a066f9d7b3265894 SHA512 d5eff21085ff72002c0c57690d9e9e1fa1d8ff8e6706bdc2bdbad90f9202e2c872a6a02346c6dbfb6c48ca2739d563d5f5dc5752230acdb7f00ce06b3e131327 diff --git a/media-fonts/gofont-mono/gofont-mono-2.010.ebuild b/media-fonts/gofont-mono/gofont-mono-2.010.ebuild new file mode 100644 index 000000000000..c6f47c39ea98 --- /dev/null +++ b/media-fonts/gofont-mono/gofont-mono-2.010.ebuild @@ -0,0 +1,19 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit font + +# fonts extracted from go/image repository at commit +# 41969df76e82aeec85fa3821b1e24955ea993001. + +DESCRIPTION="Monospace typeface created for the Go programming language" +HOMEPAGE="https://go.dev/blog/go-fonts" +SRC_URI="https://dev.gentoo.org/~matthew/distfiles/${P}.tar.xz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~loong" + +FONT_SUFFIX="ttf" |