# Copyright 2015 Rogentos # Distributed under the terms of the GNU General Public License v3 EAPI=5 inherit eutils git-2 DESCRIPTION="Official Redcore Linux GTK theme" HOMEPAGE="http://redcorelinux.org" EGIT_BRANCH="master" EGIT_REPO_URI="https://gitlab.com/redcore/redcore-theme.git" LICENSE="GPLv3" SLOT="0" KEYWORDS="x86 amd64" IUSE="" RDEPEND="" src_install() { rm README.md rm to_review insinto /usr/share/themes doins -r * }