sys-boot/grub-themes-gentoo - 1.0 (gentoo)

Search

Install

Install this version:

emerge -a =sys-boot/grub-themes-gentoo-1.0

Package Information

Description:
Grub2 Themes for Gentoo
Homepage:
https://github.com/Telemin/gentoo-grub-themes
License:
MIT CC-BY-SA-2.5

Ebuild Details

Version EAPI Keywords Slot
1.0 8 amd64 arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86 0
View Raw Ebuild
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit mount-boot

MY_PN=gentoo-grub-themes

DESCRIPTION="Grub2 Themes for Gentoo"
HOMEPAGE="https://github.com/Telemin/gentoo-grub-themes"
SRC_URI="https://github.com/Telemin/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tgz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="MIT CC-BY-SA-2.5"
SLOT="0"

KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86"

PDEPEND="sys-boot/grub"

src_install() {
	local d
	for d in /boot /usr/share; do
		insinto "${d}"/grub/themes
		doins -r gentoo_frosted gentoo_glass gentoo_minimalist
	done
}

Inherited Eclasses

Manifest for 1.0

Type File Size Source URLs
DIST grub-themes-gentoo-1.0.tgz 5238921 bytes https://github.com/Telemin/gentoo-grub-themes/archive/refs/tags/v1.0.tar.gz