summaryrefslogtreecommitdiff
blob: c9c8dbb7c8aa1626e6b9f1b15ded27fee5cb13b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

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/ttf"
FONT_SUFFIX="ttf otf"

DOCS="README.md"

DEPEND="app-arch/unzip"

src_prepare() {
	default
	mv "${WORKDIR}"/*.otf "${FONT_S}" || die
}