# Copyright 2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 DB_VER="4.8" inherit db-use eutils git-2 versionator DESCRIPTION="A tool to configure GTK theme colors." HOMEPAGE="https://github.com/satya164/gtk-theme-config" EGIT_PROJECT='gtk2-theme-config' EGIT_REPO_URI="https://github.com/satya164/gtk-theme-config.git" SRC_URI="" LICENSE="GPL-3" SLOT="0" KEYWORDS="" IUSE="" DEPEND=" sys-devel/gcc >=dev-libs/glib-2.0 >=x11-libs/gtk+-3.0 >=dev-lang/vala-0.16.0 " RDEPEND=" >=x11-libs/gtk+-3.0 " DEPEND="${DEPEND} >=app-shells/bash-4.1 " src_install() { emake DESTDIR="${D}" install dodoc AUTHORS LICENSE README.md }