blob: f2d98e59fcb520a5dfc672fca58b6f5f2d1a1abd (
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
27
28
|
# Copyright 2015 Rogentos
# Distributed under the terms of the GNU General Public License v3
# Maintainer bionel <bionel @ rogentos.ro >
EAPI=5
inherit eutils git-2
DESCRIPTION="Official Kogaion-Linux GTK theme"
HOMEPAGE="http://www.rogentos.ro"
EGIT_BRANCH="master"
EGIT_REPO_URI="https://gitlab.com/kogaion/kogaion-theme.git"
EGIT_COMMIT="ded3e5d50d2c324e2788d71e181d24a6190abb8e"
LICENSE="GPLv3"
SLOT="0"
KEYWORDS="~arm x86 amd64"
IUSE=""
RDEPEND=""
src_install() {
rm README.md
rm to_review
insinto /usr/share/themes
doins -r *
}
|