You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-fonts/ubuntu-font-family/ubuntu-font-family-0.83-r1....

27 lines
537 B

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit font
DESCRIPTION="Set of matching libre/open fonts funded by Canonical"
HOMEPAGE="https://design.ubuntu.com/font/"
SRC_URI="https://assets.ubuntu.com/v1/fad7939b-${P}.zip -> ${P}.zip"
LICENSE="UbuntuFontLicense-1.0"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 x86"
IUSE=""
BDEPEND="app-arch/unzip"
DOCS=( CONTRIBUTING.txt FONTLOG.txt README.txt )
FONT_SUFFIX="ttf"
src_prepare() {
default
rm Ubuntu-M*.ttf || die
}