# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="7"

DESCRIPTION="Silk iconset from famfamfam.com."
HOMEPAGE="http://www.famfamfam.com/lab/icons/silk/"
SRC_URI="http://www.famfamfam.com/lab/icons/silk/famfamfam_silk_icons_v013.zip"
LICENSE="CC-BY-2.5"
SLOT="0"
IUSE=""
KEYWORDS="amd64 arm arm64 hppa m68k mips ppc ppc64 s390 sparc x86"
BDEPEND="app-arch/unzip"
DOCS="readme.txt"
HTML_DOCS="readme.html"
S="${WORKDIR}"

src_install() {
	default
	insinto /usr/share/icons/famfamfam/silk
	doins icons/*
}