summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2024-05-01 14:49:28 +0100
committerJames Le Cuirot <chewi@gentoo.org>2024-05-01 14:51:41 +0100
commit19df0a67c5cbfe6940858500ba6a1d730c00249f (patch)
treefba4de16effd3014caa8f009c6d19b1b3c470c69 /media-fonts/cascadia-code/cascadia-code-2404.23.ebuild
parentdev-python/sqlalchemy: Remove old (diff)
downloadgentoo-19df0a67c5cbfe6940858500ba6a1d730c00249f.tar.gz
gentoo-19df0a67c5cbfe6940858500ba6a1d730c00249f.tar.bz2
gentoo-19df0a67c5cbfe6940858500ba6a1d730c00249f.zip
media-fonts/cascadia-code: Version bump to 2404.23
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'media-fonts/cascadia-code/cascadia-code-2404.23.ebuild')
-rw-r--r--media-fonts/cascadia-code/cascadia-code-2404.23.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/media-fonts/cascadia-code/cascadia-code-2404.23.ebuild b/media-fonts/cascadia-code/cascadia-code-2404.23.ebuild
new file mode 100644
index 000000000000..3c57169dc034
--- /dev/null
+++ b/media-fonts/cascadia-code/cascadia-code-2404.23.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2024 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"
+S="${WORKDIR}/ttf"
+
+LICENSE="OFL-1.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+BDEPEND="app-arch/unzip"
+
+FONT_SUFFIX="ttf"