mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
media-fonts/fira-code: initial import of 1.205
This ebuild also includes an upstream Symbol version of the glyphs that can be used by editors that don't support ligatures, e.g. Emacs. Closes: https://bugs.gentoo.org/569786 Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
2
media-fonts/fira-code/Manifest
Normal file
2
media-fonts/fira-code/Manifest
Normal file
@@ -0,0 +1,2 @@
|
||||
DIST FiraCode-Regular-Symbol.zip 9337 BLAKE2B b901cc37ad796f3a68d8b9e492aa35570c2d718fc84920b5b23c0a055e46c19916a7ec6b2c0a0adba650161c5a032761d46b303de64bddd81696adf960e3e541 SHA512 2570958b0f4b28ded52327150b67118d693d6bc6f483be3e3147ddda1c5870ab21f1b64938e4abc1030080455976c0d33ae3925b51660fd2c8b5428b5b0f8eb7
|
||||
DIST fira-code-1.205.tar.gz 5348822 BLAKE2B 9167765fb986a0b4552387fa43e71ddcfb97371692ad071659cc6a198dd4bee707e15a2f438daac1d5e038b8a4d2ddf4d5e0b94cf182655cd83b5085af3a207a SHA512 cbeb5fe4577ff6de5c4d58247c3b82b7aec4022afa5552394c660846d8caab8cca3a1a44aed8cccd10d03fe8c38e419d97663f5a750bd9d4e11ec4d2e5659bf8
|
||||
27
media-fonts/fira-code/fira-code-1.205.ebuild
Normal file
27
media-fonts/fira-code/fira-code-1.205.ebuild
Normal file
@@ -0,0 +1,27 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit font
|
||||
|
||||
DESCRIPTION="Monospaced font with programming ligatures"
|
||||
HOMEPAGE="https://github.com/tonsky/FiraCode"
|
||||
SRC_URI="https://github.com/tonsky/FiraCode/archive/${PV}.tar.gz -> ${P}.tar.gz https://github.com/tonsky/FiraCode/files/412440/FiraCode-Regular-Symbol.zip"
|
||||
|
||||
LICENSE="OFL-1.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
S="${WORKDIR}/FiraCode-${PV}"
|
||||
FONT_S="${S}/distr/otf"
|
||||
FONT_SUFFIX="otf"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
src_prepare() {
|
||||
mv "${WORKDIR}"/*.otf "${FONT_S}" || die
|
||||
|
||||
default
|
||||
}
|
||||
12
media-fonts/fira-code/metadata.xml
Normal file
12
media-fonts/fira-code/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version = '1.0' encoding = 'UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>graaff@gentoo.org</email>
|
||||
<name>Hans de Graaff</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>fonts@gentoo.org</email>
|
||||
<name>Fonts</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user