summaryrefslogtreecommitdiff
path: root/x11-themes/redcore-artwork-grub/redcore-artwork-grub-1337-r4.ebuild
blob: bb1f39302d2861bc5780ff12c6fa56020050001e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit mount-boot git-r3 eutils

DESCRIPTION="Redcore Linux GRUB2 Images"
HOMEPAGE="http://redcorelinux.org"

EGIT_BRANCH="master"
EGIT_REPO_URI="https://pagure.io/redcore/boot-core.git"

LICENSE="CCPL-Attribution-ShareAlike-3.0"
SLOT="0"

KEYWORDS="amd64 x86"
IUSE=""
RDEPEND=""

S="${WORKDIR}/${P}"

src_install () {
	dodir usr/share/grub/themes
	insinto usr/share/grub/themes
	doins -r "${S}"/cdroot/boot/grub/themes/redcore
}