From 3162ae5734ab37b1ff62f639d137d503097dd1ea Mon Sep 17 00:00:00 2001 From: Martin Sekera Date: Thu, 19 Dec 2024 11:04:49 +0100 Subject: [PATCH] add media-fonts/pixel-code --- media-fonts/pixel-code/pixel-code-2.2.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 media-fonts/pixel-code/pixel-code-2.2.ebuild diff --git a/media-fonts/pixel-code/pixel-code-2.2.ebuild b/media-fonts/pixel-code/pixel-code-2.2.ebuild new file mode 100644 index 0000000..f982fe3 --- /dev/null +++ b/media-fonts/pixel-code/pixel-code-2.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit font + +DESCRIPTION="A pixel font designed to actually be good for programming." +HOMEPAGE="https://github.com/qwerasd205/PixelCode" +PV_DASH=$(ver_rs 1-2 -) +SRC_URI="https://github.com/qwerasd205/PixelCode/releases/download/v${PV}/otf.zip -> ${P}.zip" +LICENSE="OFL-1.1" +SLOT="0" +KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86 arm64" +IUSE="" + +S="${WORKDIR}/otf" + +FONT_SUFFIX="otf"