mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
22 lines
403 B
Bash
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"
|