Install this version:
emerge -a =media-fonts/udev-gothic-2.2.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-fonts/udev-gothic-2.2.0
Or alternatively:
emerge --autounmask-write -a =media-fonts/udev-gothic-2.2.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.2.0 | 8 | ~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 | 0 |
# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit font
MY_PV="v${PV}"
MY_P="UDEVGothic_${MY_PV}"
MY_P_NF="UDEVGothic_NF_${MY_PV}"
MY_P_HS="UDEVGothic_HS_${MY_PV}"
DESCRIPTION="UDEV Gothic is a composite font of BIZ UD Gothic and JetBrains Mono."
HOMEPAGE="https://github.com/yuru7/udev-gothic"
SRC_URI="
https://github.com/yuru7/udev-gothic/releases/download/${MY_PV}/${MY_P}.zip
https://github.com/yuru7/udev-gothic/releases/download/${MY_PV}/${MY_P_NF}.zip
https://github.com/yuru7/udev-gothic/releases/download/${MY_PV}/${MY_P_HS}.zip
"
S="${WORKDIR}"
FONT_SUFFIX="ttf"
LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
BDEPEND="app-arch/unzip"
src_install() {
mv ${MY_P}/* ${MY_P_NF}/* ${MY_P_HS}/* . || die
font_src_install
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | UDEVGothic_HS_v2.2.0.zip | 61838958 bytes | https://github.com/yuru7/udev-gothic/releases/download/v2.2.0/UDEVGothic_HS_v2.2.0.zip |
| DIST | UDEVGothic_NF_v2.2.0.zip | 60939546 bytes | https://github.com/yuru7/udev-gothic/releases/download/v2.2.0/UDEVGothic_NF_v2.2.0.zip |
| DIST | UDEVGothic_v2.2.0.zip | 61843913 bytes | https://github.com/yuru7/udev-gothic/releases/download/v2.2.0/UDEVGothic_v2.2.0.zip |