media-fonts/font-logos - 1.4.0 (arrans-overlay)

Search

Install

Install this version:

emerge -a =media-fonts/font-logos-1.4.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-fonts/font-logos-1.4.0

Or alternatively:

emerge --autounmask-write -a =media-fonts/font-logos-1.4.0

Package Information

Description:
Icon font containing logos of Linux distributions and open source software
Homepage:
https://github.com/lukas-w/font-logos
License:
Unlicense

Ebuild Details

Version EAPI Keywords Slot
1.4.0 8 ~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit font

DESCRIPTION="Icon font containing logos of Linux distributions and open source software"
HOMEPAGE="https://github.com/lukas-w/font-logos"
SRC_URI="https://github.com/lukas-w/font-logos/releases/download/v${PV}/${P}.zip"

LICENSE="Unlicense"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"

BDEPEND="app-arch/unzip"

FONT_SUFFIX="ttf"
FONT_S="${S}/assets"

DOCS=( README.md )

Inherited Eclasses

Dependencies

BDEPEND

app-arch/unzip

Manifest for 1.4.0

Type File Size Source URLs
DIST font-logos-1.4.0.zip 359792 bytes https://github.com/lukas-w/font-logos/releases/download/v1.4.0/font-logos-1.4.0.zip