f4acf4be1bf25a0d9aba4e24c7922edec0cef307
[gentoo.git] / kde-plasma / breeze-grub / breeze-grub-5.14.2.ebuild
1 # Copyright 1999-2018 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 KDE_AUTODEPS="false"
7 KDE_DEBUG="false"
8 inherit kde5
9
10 DESCRIPTION="Breeze theme for GRUB"
11 LICENSE="GPL-3+"
12 KEYWORDS="~amd64 ~arm ~x86"
13 IUSE=""
14
15 src_prepare() {
16         default
17 }
18
19 src_configure() {
20         :
21 }
22
23 src_compile() {
24         :
25 }
26
27 src_install() {
28         insinto /usr/share/grub/themes
29         doins -r breeze
30 }