Files
guru/media-fonts/lato/lato-2.ebuild
Vitaly Zdanevich 005ec3465a */*: Global replace Gentoo Foundation -> Gentoo Authors
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
2024-06-13 23:24:08 +04:00

22 lines
403 B
Bash

# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit font
DESCRIPTION="Lato font"
HOMEPAGE="https://www.latofonts.com/"
SRC_URI="https://www.latofonts.com/files/Lato2OFL.zip -> ${P}.zip"
S="${WORKDIR}/Lato2OFL"
LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DOCS="OFL.txt README.txt"
FONT_SUFFIX="ttf"
BDEPEND="app-arch/unzip"