media-fonts/monaspace - 1.200 (xarblu-overlay)

Search

Install

Install this version:

emerge -a =media-fonts/monaspace-1.200

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

autounmask =media-fonts/monaspace-1.200

Or alternatively:

emerge --autounmask-write -a =media-fonts/monaspace-1.200

Package Information

Description:
An innovative superfamily of fonts for code
Homepage:
https://monaspace.githubnext.com/
License:
OFL-1.1

Ebuild Details

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

EAPI=8

inherit font

DESCRIPTION="An innovative superfamily of fonts for code"
HOMEPAGE="https://monaspace.githubnext.com/"
SRC_URI="https://github.com/githubnext/monaspace/archive/v${PV}.tar.gz -> ${P}.tar.gz"

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

REQUIRED_USE="|| ( otf variable )"

src_configure() {
	# move requested fonts to staging area
	local dir
	for dir in $(usev otf) $(usev variable); do
		mkdir -p staging/"${dir}" || die
		mv fonts/"${dir}"/* staging/"${dir}" || die
	done
}

src_install() {
	# enter staging area for sane install path
	pushd staging || die
	FONT_SUFFIX="$(usev otf) $(usev variable)"
	FONT_S=( $(usev otf) $(usev variable) )
	DOCS=( ../README.md )
	font_src_install
	popd || die
}

USE Flags

Manage flags for this package: euse -i <flag> -p media-fonts/monaspace | euse -E <flag> -p media-fonts/monaspace | euse -D <flag> -p media-fonts/monaspace

Global/Standard Flags

otf
Default: Enabled (+)

Inherited Eclasses

Manifest for 1.200

Type File Size Source URLs
DIST monaspace-1.200.tar.gz 1064660188 bytes https://github.com/githubnext/monaspace/archive/v1.200.tar.gz