summaryrefslogtreecommitdiff
blob: 19ad33fbcc52cc1d1e0f19371e8d405cca026d7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI="5"

MY_PV=0a725522f99bd57ea015300b35337cce74799ccd
DESCRIPTION="Theme for GTK 2, GTK 3, Xfwm4 and Metacity"
HOMEPAGE="https://github.com/shimmerproject/Blackbird"
SRC_URI="https://github.com/shimmerproject/${PN^}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"

LICENSE="|| ( GPL-2+ CC-BY-SA-3.0 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

S="${WORKDIR}"/${PN^}-${MY_PV}

src_install() {
	insinto /usr/share/themes/${PN}
	doins -r .
}