media-fonts/suse-font - 1.0 (arrans-overlay)

Search

Package Information

Description:
SUSE is a sans serif typeface designed by René Bieder, embodying a unique hybrid between geometric and monospaced features. It captures the essence of SUSE, a company renowned for its open-source solutions.
Homepage:
https://fonts.google.com/specimen/SUSE
License:
MIT License

Ebuild Details

Version EAPI Keywords Slot
1.0 8 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=8

inherit font

DESCRIPTION="SUSE is a sans serif typeface designed by René Bieder, embodying a unique hybrid between geometric and monospaced features. It captures the essence of SUSE, a company renowned for its open-source solutions."
HOMEPAGE="https://fonts.google.com/specimen/SUSE"
SRC_URI="
	https://github.com/SUSE/suse-font/releases/download/v1.000/suse-font-v1.000.zip -> ${P}.zip
"
LICENSE="MIT License"
SLOT="0"
KEYWORDS="amd64 arm arm64 ~loong ~ppc64 ~riscv x86"
IUSE=""

RESTRICT="binchecks strip"

S="${WORKDIR}"

src_prepare() {
	mv -v ./suse-font-v1.000/fonts/*/*.{ttf,otf,woff2} .
	eapply_user
}

FONT_SUFFIX=" ttf otf woff2"

Manifest for 1.0

Type File Size Source URLs
DIST suse-font-1.0.zip 1232213 bytes https://github.com/SUSE/suse-font/releases/download/v1.000/suse-font-v1.000.zip