portage/media-fonts/ubuntu-font-family/ubuntu-font-family-0.83-r2....

23 lines
491 B
Bash

# Copyright 1999-2021 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit font
DESCRIPTION="A set of matching libre/open fonts funded by Canonical"
HOMEPAGE="http://font.ubuntu.com/"
SRC_URI="https://assets.ubuntu.com/v1/0cef8205-${P}.zip -> ${P}.zip"
LICENSE="UbuntuFontLicense-1.0"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 x86"
IUSE=""
DEPEND="app-arch/unzip"
RDEPEND=""
FONT_SUFFIX="ttf"
DOCS=( CONTRIBUTING.txt FONTLOG.txt README.txt )