commit: 515ced025ae42ca2fd052d9cd5c24a71f2f6c4ee Author: Jan Henke <Jan.Henke <AT> taujhe <DOT> de> AuthorDate: Mon Feb 15 20:17:31 2021 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sun Feb 28 09:03:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=515ced02
media-fonts/cascadia-code: Version bump 2102.03 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Jan Henke <Jan.Henke <AT> taujhe.de> Closes: https://github.com/gentoo/gentoo/pull/19482 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> media-fonts/cascadia-code/Manifest | 1 + .../cascadia-code/cascadia-code-2102.03.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/media-fonts/cascadia-code/Manifest b/media-fonts/cascadia-code/Manifest index ede503121eb..2409d35616d 100644 --- a/media-fonts/cascadia-code/Manifest +++ b/media-fonts/cascadia-code/Manifest @@ -1 +1,2 @@ DIST cascadia-code-2009.22.zip 8217333 BLAKE2B 0c3e4cb95cae4869c911ea93e16b496e249778150fc208a04c392cd6321245e2de822953ed79346201e73dd8ad3359f6ec99b3f156f33b49b9f698413d5be568 SHA512 3ddc0b243b10fa36ffb89d7f63cce50b39bdc6b263ab124c9c34840eb7e775fc84366dffc1785b3b5cd48b1fda045f5f90d8e0301ffac754a0b7b9d8063b3d04 +DIST cascadia-code-2102.03.zip 8676365 BLAKE2B eb72c4b2459619fdabc43a137853b9df67855965b27a7370e5e0607055ae43288644035ab49211715a84d0b1f1214a840728bafe81e38ee26ad38d67defa7b82 SHA512 167629f5111db4bcf7e51937e5fa072e16ff2dcdc8a3f003b70afb2f49ab15d839c1f6261d9c0ef15a71a45e0f04a29a5ae8102e8dd6cf6a00e8b003cf8b5fcd diff --git a/media-fonts/cascadia-code/cascadia-code-2102.03.ebuild b/media-fonts/cascadia-code/cascadia-code-2102.03.ebuild new file mode 100644 index 00000000000..3726a28cc6c --- /dev/null +++ b/media-fonts/cascadia-code/cascadia-code-2102.03.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit font + +DESCRIPTION="A monospaced font developed for Windows Terminal" +HOMEPAGE="https://github.com/microsoft/cascadia-code" +SRC_URI="https://github.com/microsoft/cascadia-code/releases/download/v${PV}/CascadiaCode-${PV}.zip -> ${P}.zip" + +LICENSE="OFL-1.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +BDEPEND="app-arch/unzip" + +S="${WORKDIR}/ttf" +FONT_SUFFIX="ttf"
