summaryrefslogtreecommitdiff
path: root/x11-themes/redcore-artwork-grub/redcore-artwork-grub-1708.ebuild
blob: daed3f146e3b9fe2cbb246a589ac2ce1054d17c0 (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}/${PN}-${PV}"

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