# Copyright 2026 Nadeŭka # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit font DESCRIPTION='Open-source GOST 2.304-81 compliant fonts family' HOMEPAGE=https://codeberg.org/nadevko/opengostfonts SRC_URI="https://codeberg.org/nadevko/${PN/-bin}/releases/download/v${PV}/OpenGostFonts-${PV}.tar.xz -> ${P}.tar.xz" S="${WORKDIR}"/OpenGostFonts-${PV} LICENSE=OFL-1.1 SLOT=0 KEYWORDS=amd64 IUSE='+ttf otf' REQUIRED_USE='|| ( ttf otf )' src_install() { local FONT_SUFFIX="$(usev ttf) $(usev otf)" font_src_install }