# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

MY_PN=gentoo-grub-themes
MY_GIT_HASH=52c74f2d731133c3d248149031a2224aaeda5e19

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

KEYWORDS="~amd64"

PDEPEND="sys-boot/grub"

src_install() {
	insinto /usr/share/grub/themes
	doins -r gentoo_frosted gentoo_glass gentoo_minimalist
}