diff options
author | Jan Henke <Jan.Henke@taujhe.de> | 2022-05-01 17:58:17 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-05-02 15:46:33 +0300 |
commit | 19462eddf6a1668082088cf5ef0d6c0a13fdd0ba (patch) | |
tree | eafd0a9d8072dbaf272b9965887657384b2e0d41 /media-fonts | |
parent | x11-misc/kdocker: delete old (diff) | |
download | gentoo-19462eddf6a1668082088cf5ef0d6c0a13fdd0ba.tar.gz gentoo-19462eddf6a1668082088cf5ef0d6c0a13fdd0ba.tar.bz2 gentoo-19462eddf6a1668082088cf5ef0d6c0a13fdd0ba.zip |
media-fonts/cascadia-code: add 2111.01
Closes: https://bugs.gentoo.org/839534
Signed-off-by: Jan Henke <Jan.Henke@taujhe.de>
Closes: https://github.com/gentoo/gentoo/pull/25276
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-fonts')
-rw-r--r-- | media-fonts/cascadia-code/Manifest | 1 | ||||
-rw-r--r-- | media-fonts/cascadia-code/cascadia-code-2111.01.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/media-fonts/cascadia-code/Manifest b/media-fonts/cascadia-code/Manifest index df7830c39dab..dae9149415b7 100644 --- a/media-fonts/cascadia-code/Manifest +++ b/media-fonts/cascadia-code/Manifest @@ -1 +1,2 @@ DIST cascadia-code-2110.31.zip 24899672 BLAKE2B 2a4527cc6ca9798dc10bc5e64d46c1a08fabf70a712f7ac5a146b40ad2bb4a6c06f997f413f4bf114590748355f6c88ccee7d621e991f97634775563765561fc SHA512 53477617249fd8cbd88e2beb1ecf4854d0c1a7b646b908c9fecf1a7c975eb6bf918c14617ade8615776df57ce3a86b4ca0f3001fd5c795c1e9b0fad7d6597c4f +DIST cascadia-code-2111.01.zip 24899516 BLAKE2B 3549ddf7fd6dcf3b4bb51a72e7a2a9b74a73c1beffcd3a49507a4c50462dd426c41cda35f6fb58c3d0a9ad39281cd07fb5f1e27719f7e11cc7131a1a85da6687 SHA512 14ab2dea663b4c2d5aa4c4fa1b149a30c85f534db6a3a41716dc005febb4e9753a098fb713dfbb72902e57304434f91c40460b44d453f74d5b8fd06674797ac6 diff --git a/media-fonts/cascadia-code/cascadia-code-2111.01.ebuild b/media-fonts/cascadia-code/cascadia-code-2111.01.ebuild new file mode 100644 index 000000000000..d6fa3d54ced4 --- /dev/null +++ b/media-fonts/cascadia-code/cascadia-code-2111.01.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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 ~riscv ~sparc ~x86" + +BDEPEND="app-arch/unzip" + +S="${WORKDIR}/ttf" +FONT_SUFFIX="ttf" |