summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Henke <Jan.Henke@taujhe.de>2019-09-22 17:52:27 +0200
committerJoonas Niilola <juippis@gentoo.org>2019-09-23 16:31:10 +0300
commitb0df00387e13ead170d28aa3a1f02c502f3b9f39 (patch)
tree7a146d9094f22c77f121ba52392e08fd60ed1c30 /media-fonts/cascadia-code
parentapp-i18n/man-pages-fr: remove old (diff)
downloadgentoo-b0df00387e13ead170d28aa3a1f02c502f3b9f39.tar.gz
gentoo-b0df00387e13ead170d28aa3a1f02c502f3b9f39.tar.bz2
gentoo-b0df00387e13ead170d28aa3a1f02c502f3b9f39.zip
media-fonts/cascadia-code: New ebuild
A new monospaced font designed by Microsoft for Windows Terminal. Closes: https://bugs.gentoo.org/695398 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Jan Henke <Jan.Henke@taujhe.de> Closes: https://github.com/gentoo/gentoo/pull/13012 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-fonts/cascadia-code')
-rw-r--r--media-fonts/cascadia-code/Manifest1
-rw-r--r--media-fonts/cascadia-code/cascadia-code-1909.16.ebuild16
-rw-r--r--media-fonts/cascadia-code/metadata.xml20
3 files changed, 37 insertions, 0 deletions
diff --git a/media-fonts/cascadia-code/Manifest b/media-fonts/cascadia-code/Manifest
new file mode 100644
index 000000000000..644e7df36451
--- /dev/null
+++ b/media-fonts/cascadia-code/Manifest
@@ -0,0 +1 @@
+DIST cascadia-code-1909.16.tar.gz 338681 BLAKE2B a31c643773a5c51f2cd803c26ab0001c0d3272137d1679e7c2f77c05f9a35751bcd6c9f7ea6c23575d28d1312e6a3a69d6e0c64f1691817599606115ec2d54f5 SHA512 fcb2cb28250e7007e024b57d6cce8b0424b02eff016312397e25fb236e73813ba48a3561ff01c6aa2235c990aae2428ad08d49e1c2f97c0b8ea01498b3c9ec36
diff --git a/media-fonts/cascadia-code/cascadia-code-1909.16.ebuild b/media-fonts/cascadia-code/cascadia-code-1909.16.ebuild
new file mode 100644
index 000000000000..ee27bbcc4a30
--- /dev/null
+++ b/media-fonts/cascadia-code/cascadia-code-1909.16.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="OFL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+FONT_SUFFIX="ttf"
diff --git a/media-fonts/cascadia-code/metadata.xml b/media-fonts/cascadia-code/metadata.xml
new file mode 100644
index 000000000000..6e92b8e773c4
--- /dev/null
+++ b/media-fonts/cascadia-code/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>gentoo@taujhe.de</email>
+ <name>Jan Henke</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <longdescription>
+ This is a fun, new monospaced font that includes programming ligatures
+ and is designed to enhance the modern look and feel of the Windows
+ Terminal.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">microsoft/cascadia-code</remote-id>
+ </upstream>
+</pkgmetadata>