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

EAPI=7

DESCRIPTION="Flat SVG icon set"
HOMEPAGE="http://www.kde-look.org/content/show.php?content=17158"
SRC_URI="http://www.atqu23.dsl.pipex.com/danny/flatSVG${PV}.tar.gz"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="amd64 sparc x86"
IUSE=""

S=${WORKDIR}/FlatSVG

src_install() {
	insinto /usr/share/icons
	doins -r "${S}"
}