blob: 947a1bb7ea866c0221fd1a8017b959e2cb4a3bc3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 ~loong"
FONT_SUFFIX="ttf"
|