gentoo-ebuilds/media-fonts/hermit/hermit-1.21.ebuild
Sam James e1595926a0
media-fonts/hermit: Keyword 1.21 arm64, #937303
Signed-off-by: Sam James <sam@gentoo.org>
2024-08-30 18:09:26 +01:00

18 lines
398 B
Bash

# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
FONT_SUFFIX="otf"
inherit font
DESCRIPTION="Monospace font designed to be clear, pragmatic and very readable"
HOMEPAGE="https://pcaro.es/p/hermit/"
SRC_URI="https://pcaro.es/d/otf-${P}.tar.gz"
LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~loong ~riscv"
IUSE=""
S="${WORKDIR}"