media-fonts/rubik - 1.0 (arrans-overlay)

Search

Install

Install this version:

emerge -a =media-fonts/rubik-1.0

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

autounmask =media-fonts/rubik-1.0

Or alternatively:

emerge --autounmask-write -a =media-fonts/rubik-1.0

Package Information

Description:
A sans serif font family with slightly rounded corners: variable font version
Homepage:
https://github.com/googlefonts/rubik
License:
OFL-1.1

Ebuild Details

Version EAPI Keywords Slot
1.0 8 ~amd64 ~arm64 ~x86 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit font

COMMIT="e337a5f69a9bea30e58d05bd40184d79cc099628"

DESCRIPTION="A sans serif font family with slightly rounded corners: variable font version"
HOMEPAGE="https://github.com/googlefonts/rubik"
SRC_URI="https://github.com/googlefonts/rubik/archive/${COMMIT}.tar.gz -> ${PN}-${PV}.tar.gz"

S="${WORKDIR}/rubik-${COMMIT}"

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

RESTRICT="binchecks strip"

FONT_S="${S}/fonts/variable"
FONT_SUFFIX="ttf"

src_install() {
	font_src_install
	dodoc OFL.txt AUTHORS.txt CONTRIBUTORS.txt
}

Inherited Eclasses

Manifest for 1.0

Type File Size Source URLs
DIST rubik-1.0.tar.gz 11372311 bytes https://github.com/googlefonts/rubik/archive/e337a5f69a9bea30e58d05bd40184d79cc099628.tar.gz