Skip to content

Commit

Permalink
media-fonts/cascadia-code: Version bump 2105.24
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Jan Henke <[email protected]>
Closes: gentoo#21221
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
janhenke authored and thesamesam committed Jun 21, 2021
1 parent cf1e971 commit 11993db
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions media-fonts/cascadia-code/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST cascadia-code-2102.25.zip 8666729 BLAKE2B 86e11e003fcad686f0ad9ee38af488447fd0a6c95b0f9a89e945ca173c44385af0090a50e26b355ea8019c7e33ca45edcdfa7cfddcc0734fe224c96c8d941acf SHA512 4b0b1168bf3f1adbff362ed2d7fa1f548643e5c9506866e12dc26aefb8e807b7515e0c49705f03faf1a44c037d414ba3ab3f2189d29491711d6e802035914002
DIST cascadia-code-2105.24.zip 18708244 BLAKE2B e9055e55642a7f5b43364f0cd1d800ebb3bebb8bc1f2e726d2e200b211fb495560754ce0d54e5579a98b8f067b372709dad4d391ca6602ee917c2597adb82c42 SHA512 22d317a41d491945210f0d6051c136264d0dda2eab24bc92b1034d10703b1fe462b0dd667ff56637fdb222cc1fbd78ecc7cadc022e7f03c5ea59b4b67d2c59da
19 changes: 19 additions & 0 deletions media-fonts/cascadia-code/cascadia-code-2105.24.ebuild
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 11993db

Please sign in to comment.