# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 inherit git-r3 DESCRIPTION="A simple, flat and bold Gtk theme" HOMEPAGE="https://github.com/xyl0n/iris" EGIT_REPO_URI="https://github.com/xyl0n/${PN}.git" LICENSE="GPL-3" SLOT="0" KEYWORDS="" IUSE="" RDEPEND="" RESTRICT="binchecks strip" src_install() { insinto /usr/share/themes/${PN} doins -r * }