commit: bac82f71c5a4c38bd52a099a040146809f52dc0c Author: Jan Henke <Jan.Henke <AT> taujhe <DOT> de> AuthorDate: Mon Jun 8 14:21:45 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Mon Jun 8 14:22:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bac82f71
media-fonts/jetbrains-mono: Bump to 1.0.6 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Jan Henke <Jan.Henke <AT> taujhe.de> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> .../jetbrains-mono/jetbrains-mono-1.0.6.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/media-fonts/jetbrains-mono/jetbrains-mono-1.0.6.ebuild b/media-fonts/jetbrains-mono/jetbrains-mono-1.0.6.ebuild new file mode 100644 index 00000000000..75b662ef7cc --- /dev/null +++ b/media-fonts/jetbrains-mono/jetbrains-mono-1.0.6.ebuild @@ -0,0 +1,19 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit font + +DESCRIPTION="A free and open-source typeface for developers" +HOMEPAGE="https://www.jetbrains.com/lp/mono/" +SRC_URI="https://github.com/JetBrains/JetBrainsMono/releases/download/v${PV}/JetBrainsMono-${PV}.zip -> ${P}.zip" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +BDEPEND="app-arch/unzip" + +S="${WORKDIR}/JetBrainsMono-${PV}/ttf" +FONT_SUFFIX="ttf"
