media-fonts/inter-ui - 3.0 (junkdrawer)

Search

Install

Install this version:

emerge -a =media-fonts/inter-ui-3.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-fonts/inter-ui-3.0

Or alternatively:

emerge --autounmask-write -a =media-fonts/inter-ui-3.0

Package Information

Description:
A typeface specially designed for user interfaces
Homepage:
https://rsms.me/inter/
License:
OFL-1.1

Ebuild Details

Version EAPI Keywords Slot
3.0 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit font

DESCRIPTION="A typeface specially designed for user interfaces"
HOMEPAGE="https://rsms.me/inter/"
SRC_URI="https://github.com/rsms/inter/releases/download/v${PV}/Inter-UI-${PV}.zip"

LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPENDS="app-arch/unzip"

S="${WORKDIR}"
FONT_SUFFIX="ttf"
FONT_S="${S}"

src_prepare() {
	default
	mv "${S}/Inter UI (TTF)"/*.${FONT_SUFFIX} "${FONT_S}" || die
}

Inherited Eclasses

Manifest for 3.0

Type File Size Source URLs
DIST Inter-UI-3.0.zip 14666278 bytes https://github.com/rsms/inter/releases/download/v3.0/Inter-UI-3.0.zip