mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-boot/grub-themes-gentoo: new package, add 1.0
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
1
sys-boot/grub-themes-gentoo/Manifest
Normal file
1
sys-boot/grub-themes-gentoo/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST grub-themes-gentoo-1.0.tgz 5238921 BLAKE2B f4cef76f1ea4ef40fdcacfa53d28bbdf48130151e9aa8705494d591669edc85fabff5106d03a43b12dfb986b37a3d89048a2b9028094238d378e7e6fe6597f93 SHA512 51ca2d7716335f771b4aeeb188f1e2e1386d3f3f6c943ce8bbb05248a71e1d56fa128fe8db460adfc0bd235b9e12179c36e7b6eea24078a73e77d625b046f2c9
|
||||
22
sys-boot/grub-themes-gentoo/grub-themes-gentoo-1.0.ebuild
Normal file
22
sys-boot/grub-themes-gentoo/grub-themes-gentoo-1.0.ebuild
Normal file
@@ -0,0 +1,22 @@
|
||||
# Copyright 2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
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() {
|
||||
insinto /usr/share/grub/themes
|
||||
doins -r gentoo_frosted gentoo_glass gentoo_minimalist
|
||||
}
|
||||
14
sys-boot/grub-themes-gentoo/metadata.xml
Normal file
14
sys-boot/grub-themes-gentoo/metadata.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>base-system@gentoo.org</email>
|
||||
<name>Gentoo Base System</name>
|
||||
</maintainer>
|
||||
<maintainer type="person">
|
||||
<email>dilfridge@gentoo.org</email>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">Telemin/gentoo-grub-themes</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user