mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
See-also: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d25fad95cbaa525c8945d8e582c749d49524f49 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
22 lines
513 B
Bash
22 lines
513 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
inherit font
|
|
|
|
DESCRIPTION="A monospaced pixel font with a lo-fi, techy vibe"
|
|
HOMEPAGE="https://departuremono.com/"
|
|
SRC_URI="https://github.com/rektdeckard/${PN}/releases/download/v${PV}/DepartureMono-${PV}.zip"
|
|
|
|
S=${WORKDIR}
|
|
|
|
LICENSE="MIT"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 ~x64-macos"
|
|
|
|
BDEPEND="app-arch/unzip"
|
|
|
|
FONT_S="${S}/DepartureMono-${PV}"
|
|
FONT_SUFFIX="otf"
|