diff options
Diffstat (limited to 'media-fonts/gofont-mono')
-rw-r--r-- | media-fonts/gofont-mono/Manifest | 3 | ||||
-rw-r--r-- | media-fonts/gofont-mono/gofont-mono-0_pre20220306.ebuild | 19 | ||||
-rw-r--r-- | media-fonts/gofont-mono/metadata.xml | 11 |
3 files changed, 33 insertions, 0 deletions
diff --git a/media-fonts/gofont-mono/Manifest b/media-fonts/gofont-mono/Manifest new file mode 100644 index 000000000000..31831fe8ccab --- /dev/null +++ b/media-fonts/gofont-mono/Manifest @@ -0,0 +1,3 @@ +DIST gofont-mono-0_pre20220306.tar.xz 157504 BLAKE2B 8eb8648d5300835fc59df73db9f19d7064bb2ba2df9a1b18c9f22ad217c20ff12681e64080c600ed7b604c007d12bdd5aed98b36e3637c27ca3a66a1c48b8f78 SHA512 09e682c0c9c16402e75bc60da2a8136af78dc433c06261cd23047a1ba219f1b495464f3798f3f8fcc809cc68b993497613dd235b254f69bf3f5399b8d62dbecd +EBUILD gofont-mono-0_pre20220306.ebuild 458 BLAKE2B bf59b62fddef7e8343ceae5588c7cc7a0bd698fe45b6298f5087f73f7ea3674077b0112579c157dcde8de4106034e147a46b42bf1b0ba41c0b148e465af89390 SHA512 8a622343a0b9dff5ab0a64d942632e4088a634b0648ff82a2afa40a1d71526bace98ae0bf17863d13386a56397f45f8c58b1a98b11df22e662b267e5a7d15d93 +MISC metadata.xml 321 BLAKE2B d9c3be9eb551e037b7a9c01e05e5b6ffe30858f9df7f60237de1fe29f6451fb5467ce93298333e745157aedc43353d71c333b10b5fbcf430b94c6aee5ae81e89 SHA512 a5b964af10461a2401f952e02fa606e545a165373b8b5d85665a47d709e1cee3e3f96b4a355aa2dddd86951ed0f44d9e76537675454c5342562fe54da35b7533 diff --git a/media-fonts/gofont-mono/gofont-mono-0_pre20220306.ebuild b/media-fonts/gofont-mono/gofont-mono-0_pre20220306.ebuild new file mode 100644 index 000000000000..90fd1931ba69 --- /dev/null +++ b/media-fonts/gofont-mono/gofont-mono-0_pre20220306.ebuild @@ -0,0 +1,19 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit font + +# fonts extracted from go/image repository at commit +# 723b81ca9867ff50b0503a48989028b6133eff47. + +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" + +FONT_SUFFIX="ttf" diff --git a/media-fonts/gofont-mono/metadata.xml b/media-fonts/gofont-mono/metadata.xml new file mode 100644 index 000000000000..9f1e84ac959a --- /dev/null +++ b/media-fonts/gofont-mono/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="person"> + <email>matthew@gentoo.org</email> + <name>Matthew Smith</name> +</maintainer> +<upstream> + <remote-id type="github">golang/image</remote-id> +</upstream> +</pkgmetadata> |