media-fonts/fixedsys - 9999 (mva)

Search

Install

Install this version:

emerge -a =media-fonts/fixedsys-9999

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

autounmask =media-fonts/fixedsys-9999

Or alternatively:

emerge --autounmask-write -a =media-fonts/fixedsys-9999

Package Information

Description:
Fixedsys Excelsior font with programming ligatures
Homepage:
https://github.com/kika/fixedsys
License:
OFL-1.1

Ebuild Details

Version EAPI Keywords Slot
9999 8 ~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 0
View Raw Ebuild
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License

EAPI=8
inherit font

DESCRIPTION="Fixedsys Excelsior font with programming ligatures"
HOMEPAGE="https://github.com/kika/fixedsys"

if [[ "${PV}" =~ "9999" ]]; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/kika/fixedsys"
else
	KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
	SRC_URI="https://github.com/kika/fixedsys/archive/v${PV}.tar.gz -> ${P}.tar.gz"
fi

LICENSE="OFL-1.1"
SLOT="0"

FONT_SUFFIX="ttf"

DEPEND="dev-python/fonttools"

src_prepare() {
	sed -i \
		-e '/cp /d' \
		-e '/rm /d' \
		-e '/atsutil /d' \
		Makefile
	default
}

Inherited Eclasses

Dependencies

DEPEND

dev-python/fonttools