Install this version:
emerge -a =media-fonts/0xproto-2.502
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-fonts/0xproto-2.502
Or alternatively:
emerge --autounmask-write -a =media-fonts/0xproto-2.502
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.502 | 8 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit font
DESCRIPTION="0xProto font family"
HOMEPAGE="https://github.com/0xType/0xProto"
UNDER_PV=$(ver_rs 1- '_' ${PV})
SRC_URI="https://github.com/0xType/0xProto/releases/download/${PV}/0xProto_${UNDER_PV}.zip -> ${P}.zip"
LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS=""
IUSE=""
BDEPEND="app-arch/unzip"
S="${WORKDIR}"
src_install() {
insinto /usr/share/fonts/0xproto
doins -r fonts/*
}
pkg_postinst() {
fc-cache -f >/dev/null 2>&1 || true
}
pkg_postrm() {
fc-cache -f >/dev/null 2>&1 || true
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | 0xproto-2.502.zip | 1244756 bytes | https://github.com/0xType/0xProto/releases/download/2.502/0xProto_$(ver_rs.zip |