blob: 1f6ce19b25f81aea0545b87910861d25993bb618 (
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
|
# Copyright 2015 Gentoo
# Distributed under the terms of the GNU General Public License v2
# Maintainer bionel <bionel @ rogentos.ro >
EAPI=5
inherit eutils mount-boot kogaion-artwork
DESCRIPTION="Offical Kogaion-Linux Core Artwork"
HOMEPAGE="http://www.rogentos.ro"
SRC_URI="http://pkg.rogentos.ro/distfiles/${CATEGORY}/${PN}/"${PN}"-${PV}.tar.gz"
LICENSE="CCPL-Attribution-ShareAlike-3.0"
SLOT="0"
KEYWORDS="~arm x86 amd64"
IUSE=""
RDEPEND="sys-apps/findutils"
S="${WORKDIR}"/"${P}"
src_install() {
rm README.md
rm to_review
insinto /usr/share/themes
doins -r *
}
|