# 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

src_install() {
	local FONT_SUFFIX=otf
	font_src_install
}