summaryrefslogtreecommitdiff
path: root/x11-themes/redcore-artwork-grub/redcore-artwork-grub-1.0-r1.ebuild
blob: 9cb12c1d6da2cc8e21c34e7c711688e38b71c247 (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://gitlab.com/redcore/boot-core.git"

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

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

S="${WORKDIR}"

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