Files
guru/media-fonts/last-resort/last-resort-17.000.ebuild
Anna (cybertailor) Vyalkova d08a5db9c6 media-fonts/last-resort: add 17.000, drop 15.100
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2025-10-05 17:34:11 +05:00

22 lines
550 B
Bash

# Copyright 2021-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit font
DESCRIPTION='A collection of glyphs used as the backup of "last resort" to any other font'
HOMEPAGE="https://github.com/unicode-org/last-resort-font"
SRC_URI="https://github.com/unicode-org/${PN}-font/releases/download/${PV}/LastResortHE-Regular.ttf -> ${P}.ttf"
S="${WORKDIR}"
LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
FONT_SUFFIX="ttf"
src_unpack() {
cp "${DISTDIR}/${A}" "${S}/${PN}.${FONT_SUFFIX}" || die
}