media-fonts/departure-mono: new package, add 1.500

Signed-off-by: Ceres <ceres@ceressees.dev>
This commit is contained in:
Ceres
2025-10-23 21:29:03 +01:00
parent 0f350bb939
commit 4136003e0d
3 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST DepartureMono-1.500.zip 82890 BLAKE2B 7a46df08f882806d0e89aaf841ea1cbcda4888d571f7848889ea36ea6c1faeddc49c92405089d2c046fe6f675abad320272bb5787381dded7720cdb9faf0e51c SHA512 5b0d13f2d07ef043260944f2c2b2789e45b2779f573fa8869f3414b0785857f81fa2794d1344f2bfb647b893b7caef0a1edf32d5414fb28b87796838a65f36b3

View File

@@ -0,0 +1,21 @@
# 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 ~amd64-linux ~x86-linux ~x64-macos"
BDEPEND="app-arch/unzip"
FONT_S="${S}/DepartureMono-${PV}"
FONT_SUFFIX="otf"

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>ceres@ceressees.dev</email>
<name>Ceres Milner</name>
</maintainer>
<upstream>
<remote-id type="github">rektdeckard/departure-mono</remote-id>
</upstream>
</pkgmetadata>