blob: df095cd847bd81bb41748bdb1f991e5ab6ead8d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit font
DESCRIPTION="Roboto Mono is a monospaced addition to the Roboto type family."
HOMEPAGE="https://github.com/googlefonts/RobotoMono"
SRC_URI="https://fonts.google.com/download?family=Roboto%20Mono -> ${P}.zip"
S="${WORKDIR}"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos"
BDEPEND="app-arch/unzip"
FONT_CONF=( "${FILESDIR}"/90-robotomono-regular.conf )
FONT_SUFFIX="ttf"
|