media-fonts/jetbrains-mono: Version bump to 1.0.3
authorJan Henke <Jan.Henke@taujhe.de>
Mon, 17 Feb 2020 19:56:13 +0000 (20:56 +0100)
committerJoonas Niilola <juippis@gentoo.org>
Wed, 19 Feb 2020 11:51:22 +0000 (13:51 +0200)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jan Henke <Jan.Henke@taujhe.de>
Closes: https://github.com/gentoo/gentoo/pull/14687
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
media-fonts/jetbrains-mono/Manifest
media-fonts/jetbrains-mono/jetbrains-mono-1.0.3.ebuild [new file with mode: 0644]

index 96214fba91f5abac9172a5b8dab01d7a52d8dffa..8957d61561592afbb20c2be4a79ee38fe5d7cf19 100644 (file)
@@ -1 +1,2 @@
 DIST jetbrains-mono-1.0.0.zip 514933 BLAKE2B 66067752bdabd173dbc3e0143483948ae94a4e67ec93579588f555c9e36fbdf6dfd6627fba8c8acdd976e76c4d23d0760953ed33ab4d6ba9d497aa06de70173b SHA512 7fd953f65951448bb358b3ade3b5be68b9994527781ee1059dc2e36e3b4042aa879472dadc37b13791c908238eb793bcfa06c4b3aedb4472943cd3852f512c30
+DIST jetbrains-mono-1.0.3.zip 1918755 BLAKE2B 9f8d8784936cb5f41d82b8b2aaa916a386d31d0830e743918142a97a1deef7a32d254a1617ef41a7c29e89c58bad2eb9fc7db129945982d37c4f6d179ed7cf9f SHA512 81852f330387084ed6df8eece6389c8683a416bcd3e5db51b572962ae57310725214448ddcf2617c5aff899e6825c26e068adccd16578123f03f4b2083b7c7b0
diff --git a/media-fonts/jetbrains-mono/jetbrains-mono-1.0.3.ebuild b/media-fonts/jetbrains-mono/jetbrains-mono-1.0.3.ebuild
new file mode 100644 (file)
index 0000000..2fdea09
--- /dev/null
@@ -0,0 +1,20 @@
+# 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://download.jetbrains.com/fonts/JetBrainsMono-${PV}.zip -> ${P}.zip"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="app-arch/unzip"
+
+S="${WORKDIR}/JetBrainsMono-${PV}"
+FONT_S="${S}/ttf"
+FONT_SUFFIX="ttf"