media-fonts/cozette: bump ebuild revision

This commit is contained in:
Martin Sekera 2022-04-26 09:26:22 +02:00
parent 320bf2ae96
commit 66d5384ef7

View file

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