Files
gentoo/media-fonts/fira-code/fira-code-6.2.ebuild
Arthur Zamarin 1ebb694d4a media-fonts/fira-code: Stabilize 6.2 arm64, #861788
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2022-08-02 19:01:31 +03:00

22 lines
517 B
Bash

# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
S=${WORKDIR}
FONT_S="${S}/ttf"
FONT_SUFFIX="ttf"
inherit font
DESCRIPTION="Monospaced font with programming ligatures"
HOMEPAGE="https://github.com/tonsky/FiraCode"
SRC_URI="https://github.com/tonsky/FiraCode/releases/download/${PV}/Fira_Code_v${PV}.zip"
LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="amd64 arm arm64 ~loong ~riscv x86"
DOCS=( README.txt specimen.html fira_code.css )
BDEPEND="app-arch/unzip"