blob: ec18bf57082ae25c0a9bce57b0cbf639100f24d1 (
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
|
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit git-r3
DESCRIPTION="A simple, flat and bold Gtk theme (light version)"
HOMEPAGE="https://github.com/xyl0n/iris-light"
EGIT_REPO_URI="https://github.com/xyl0n/${PN}.git"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""
RDEPEND=""
RESTRICT="binchecks strip"
src_install() {
insinto /usr/share/themes/${PN}
doins -r *
}
|