summaryrefslogtreecommitdiff
blob: d933a3e6c012141e6627313f0de07160d43c9ac9 (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
# $Header: $

EAPI="5"

DESCRIPTION="Theme for GTK 2, GTK 3, Xfwm4 and Metacity"
HOMEPAGE="http://shimmerproject.org/our-projects/bluebird/"
SRC_URI="https://github.com/shimmerproject/${PN^}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

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

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

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