# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ DESCRIPTION="Dalisha icon theme." HOMEPAGE="https://gnome-look.org" SRC_URI="https://github.com/manson9/${PN}/archive/master.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3.0+" SLOT="0" KEYWORDS="amd64 x86" DEPEND="" RDEPEND="${DEPEND}" src_unpack() { unpack "${A}" mv "${PN}-master" "${P}" } src_install() { insinto /usr/share/icons doins -r Dalisha dodoc README.md }