rand/media-fonts/cozette/cozette-1.25.1.ebuild
Martin Sekera 25e7cb7089 Revert "bump media-fonts/cozette"
This reverts commit 118ddbd719.

The 1.25.2 version introduces a regression which is currently unfixed.
2024-11-30 11:38:46 +01:00

20 lines
523 B
Bash

# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit font
DESCRIPTION="A bitmap programming font optimized for coziness."
HOMEPAGE="https://github.com/slavfox/Cozette"
PV_DASH=$(ver_rs 1-2 -)
SRC_URI="https://github.com/slavfox/Cozette/releases/download/v.${PV}/CozetteFonts-v-${PV_DASH}.zip -> ${P}.zip"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86 arm64"
IUSE=""
S="${WORKDIR}/CozetteFonts"
FONT_S="${S}"
FONT_SUFFIX="bdf"