holgersson-overlay/media-fonts/firacode/firacode-1.205.ebuild
Nils Freydank 5a342e9555
media-fonts/firacode: Bump to 1.205.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Manifest-Sign-Key: 0x766B8122134269123401492A8B54D7A3FF3CDB17
2018-03-06 12:03:27 +01:00

23 lines
459 B
Bash

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
inherit font
MY_PN="FiraCode"
DESCRIPTION="Monospaced font with programming ligatures"
HOMEPAGE="https://github.com/tonsky/FiraCode"
SRC_URI="https://github.com/tonsky/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="~*"
IUSE=""
S="${WORKDIR}"
FONT_S="${S}/${MY_PN}-${PV}/distr/ttf/"
FONT_SUFFIX="ttf"