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

EAPI=3

inherit git-2

DESCRIPTION="Mint-X GTK themes"
HOMEPAGE="https://github.com/linuxmnt/mint-themes"
EGIT_REPO_URI="git://github.com/linuxmint/mint-themes.git"

LICENSE="GPL"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"

src_install() {
	doins -r usr
}