media-fonts/cozette - 1.24.1 (robertgzr)

Search

Package Information

Description:
A bitmap programming font optimized for coziness
Homepage:
https://github.com/slavfox/Cozette
License:
OFL-1.1

Ebuild Details

Version EAPI Keywords Slot
1.24.1 8 ~amd64 ~arm ~arm64 ~ppc64 ~x86 0
View Raw Ebuild
# Copyright 2020-2024 Robert Günzler
# 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"

SRC_URI="
	bitmap? (
		https://github.com/slavfox/${PN}/releases/download/v.${PV}/${PN}.otb -> ${P}.otb
		hidpi? ( https://github.com/slavfox/${PN}/releases/download/v.${PV}/${PN}_hidpi.otb -> ${P}_hidpi.otb )
	)
	vector? (
		https://github.com/slavfox/${PN}/releases/download/v.${PV}/${PN}Vector.otf -> ${PN}Vector-${PV}.otf
		https://github.com/slavfox/${PN}/releases/download/v.${PV}/${PN}VectorBold.otf -> ${PN}VectorBold-${PV}.otf
	)
"

LICENSE="OFL-1.1"
SLOT="0"
IUSE="+bitmap vector hidpi"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"

S="${DISTDIR}"
FONT_S="${S}"
FONT_SUFFIX=""

src_prepare() {
	default

	if use bitmap; then
		FONT_SUFFIX+=" otb"
	fi
	if use vector; then
		FONT_SUFFIX+=" otf"
	fi
}

USE Flags

bitmap
Default: Enabled (+)

Manifest for 1.24.1

Type File Size Source URLs
DIST cozette-1.24.1.otb 100936 bytes https://github.com/slavfox/cozette/releases/download/v.1.24.1/cozette.otb
DIST cozette-1.24.1_hidpi.otb 168428 bytes https://github.com/slavfox/cozette/releases/download/v.1.24.1/cozette_hidpi.otb
DIST cozetteVector-1.24.1.otf 204220 bytes https://github.com/slavfox/cozette/releases/download/v.1.24.1/cozetteVector.otf
DIST cozetteVectorBold-1.24.1.otf 178896 bytes https://github.com/slavfox/cozette/releases/download/v.1.24.1/cozetteVectorBold.otf