This repository has been archived on 2024-09-25. You can view files and clone it, but cannot push or open issues or pull requests.
overlay/media-fonts/jetbrainsmono/jetbrainsmono-1.0.0.ebuild
tastytea 3b4a50c299
All checks were successful
continuous-integration/drone/push Build is passing
media-fonts/jetbrainsmono: New package.
Package-Manager: Portage-2.3.84, Repoman-2.3.16
Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07
2020-01-17 18:49:47 +01:00

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"