media-fonts/devicon - 2.1 (mva)

Search

Install

Install this version:

emerge -a =media-fonts/devicon-2.1

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

autounmask =media-fonts/devicon-2.1

Or alternatively:

emerge --autounmask-write -a =media-fonts/devicon-2.1

Package Information

Description:
Set of icons representing programming languages, designing & development tools
Homepage:
https://github.com/devicons/devicon
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
2.1 8 ~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 0
View Raw Ebuild
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License

EAPI=8

inherit font

DESCRIPTION="Set of icons representing programming languages, designing & development tools"
HOMEPAGE="https://github.com/devicons/devicon"

if [[ "${PV}" =~ "9999" ]]; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/devicons/devicon"
else
	KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86"
	SRC_URI="https://github.com/devicons/devicon/archive/v${PV}.tar.gz -> ${P}.tar.gz"
fi

LICENSE="MIT"
SLOT="0"

IUSE="icons webfonts"

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

src_install() {
	font_src_install

	if use icons; then
		insinto /usr/share/icons
		newins icons "${PN}"
	fi

	use webfonts && (
		insinto "/usr/share/webfonts/${PN}"
		doins fonts/${PN}.{svg,woff,eot}
	)
}

USE Flags

Manage flags for this package: euse -i <flag> -p media-fonts/devicon | euse -E <flag> -p media-fonts/devicon | euse -D <flag> -p media-fonts/devicon

Global/Standard Flags

Inherited Eclasses

Manifest for 2.1

Type File Size Source URLs
DIST devicon-2.1.tar.gz 21731623 bytes https://github.com/devicons/devicon/archive/v2.1.tar.gz