media-fonts/ubuntu-font-family - 0.83-r1 (gentoo)

Search

Package Information

Description:
Set of matching libre/open fonts funded by Canonical
Homepage:
https://design.ubuntu.com/font/
License:
UbuntuFontLicense-1.0

Ebuild Details

Version EAPI Keywords Slot
0.83-r1 7 amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86 0
View Raw Ebuild
# Copyright 1999-2022 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 ~loong ~ppc64 ~riscv x86"
IUSE=""

BDEPEND="app-arch/unzip"

DOCS=( CONTRIBUTING.txt FONTLOG.txt README.txt )

FONT_SUFFIX="ttf"

src_prepare() {
	default
	rm Ubuntu-M*.ttf || die
}

Dependencies

BDEPEND

app-arch/unzip