tastytea
3b4a50c299
All checks were successful
continuous-integration/drone/push Build is passing
Package-Manager: Portage-2.3.84, Repoman-2.3.16 Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07
21 lines
432 B
Bash
21 lines
432 B
Bash
# Copyright 1999-2020 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
inherit font
|
|
|
|
DESCRIPTION="A typeface for developers"
|
|
HOMEPAGE="https://www.jetbrains.com/lp/mono/"
|
|
SRC_URI="https://download.jetbrains.com/fonts/JetBrainsMono-${PV}.zip"
|
|
|
|
LICENSE="Apache-2.0"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE=""
|
|
|
|
RDEPEND="media-libs/fontconfig"
|
|
|
|
S="${WORKDIR}"
|
|
# FONT_S="${S}/ttf"
|
|
FONT_SUFFIX="ttf"
|