res-fonts/xits-bin - 1.302 (nadevko)

Search

Install

Install this version:

emerge -a =res-fonts/xits-bin-1.302

Package Information

Description:
XITS - OpenType implementation of STIX fonts with math support
Homepage:
https://github.com/aliftype/xits
License:
OFL-1.1

Ebuild Details

Version EAPI Keywords Slot
1.302 8 amd64 0
View Raw Ebuild
# Copyright 2026 Nadeŭka <me+oss@nadevko.cc>
# Distributed under the terms of the GNU General Public License v2
EAPI=8

inherit font

DESCRIPTION='XITS - OpenType implementation of STIX fonts with math support'
HOMEPAGE=https://github.com/aliftype/xits
SRC_URI=https://github.com/aliftype/xits/releases/download/v${PV}/XITS-${PV}.zip
S="${WORKDIR}"/XITS-${PV}

LICENSE=OFL-1.1
SLOT=0
KEYWORDS=amd64

BDEPEND=app-arch/unzip

src_install() {
	local FONT_SUFFIX=otf
	font_src_install
}

Inherited Eclasses

Dependencies

BDEPEND

app-arch/unzip

Manifest for 1.302

Type File Size Source URLs
DIST XITS-1.302.zip 1924425 bytes https://github.com/aliftype/xits/releases/download/v1.302/XITS-1.302.zip