media-fonts/firago - 1.001 (guru)

Search

Install

Install this version:

emerge -a =media-fonts/firago-1.001

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-fonts/firago-1.001

Or alternatively:

emerge --autounmask-write -a =media-fonts/firago-1.001

Package Information

Description:
A continuation of FiraSans
Homepage:
https://carrois.com/fira/
License:
OFL-1.1

Ebuild Details

Version EAPI Keywords Slot
1.001 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

MY_PN="FiraGO"
MY_PV="$(ver_rs 1 '')"
MY_P="Download_Folder_${MY_PN}_${MY_PV}"
FONT_SUFFIX=otf
inherit font

DESCRIPTION="A continuation of FiraSans"
HOMEPAGE="https://carrois.com/fira/"
SRC_URI="https://carrois.com/downloads/${MY_PN}/${MY_P}.zip"

S="${WORKDIR}/${MY_P}/Fonts"

LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND="
	${RDEPEND}
	app-arch/unzip
"
DOCS=(
	${MY_PN}_${MY_PV}_CHANGE_LOG.rtf
)

src_prepare() {
	find -type f -path '*/*.[ot]tf' -exec mv -t . {} +
	default
}

Inherited Eclasses

Dependencies

DEPEND

	
	app-arch/unzip