Files
guru/media-fonts/last-resort/last-resort-16.000.ebuild
Anna (cybertailor) Vyalkova 3d6ff175f3 media-fonts/last-resort: add 16.000, drop 15.000
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2024-09-13 02:43:31 +05:00

22 lines
550 B
Bash

# Copyright 2021-2024 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
}