media-fonts/firago: new package, add 1.001

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
Vitaly Zdanevich
2023-04-11 23:22:45 +04:00
parent 306384c0ab
commit 871b983380
2 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST Download_Folder_FiraGO_1001.zip 53367695 BLAKE2B fee37cf065eec130045d551e66dbfdaebf23166e94ebc534a73572679c26c0e35614277c95cf1e285a62c2dde8dba45ca4d3ebc6ff78f52133398d3eaf64377e SHA512 ca3d66f9cc0b3d71bbaa7373abdadc1863a3bfdade07003c92e9c4c8924d91a80f03ac0cd48d3cc9cbb26965e063249d3315c0b77b6e5fdae6e3a4beb39bbdec

View File

@@ -0,0 +1,35 @@
# 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://bboxtype.com/typefaces/${MY_PN}"
SRC_URI="https://bboxtype.com/downloads/${MY_PN}/${MY_P}.zip"
RESTRICT="primaryuri"
LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=""
DEPEND="
${RDEPEND}
app-arch/unzip
"
S="${WORKDIR}/${MY_P}/Fonts"
DOCS=(
${MY_PN}_${MY_PV}_CHANGE_LOG.rtf
)
src_prepare() {
find -type f -path '*/*.[ot]tf' -exec mv -t . {} +
default
}